[git-p4: depot-paths = "//depot/": change = 854]v0.3
@@ -2,9 +2,9 @@ | |||||
# http://opensource.org/licenses/mit-license.php | # http://opensource.org/licenses/mit-license.php | ||||
# Copyright 2005, Tim Potter <tpot@samba.org> | # Copyright 2005, Tim Potter <tpot@samba.org> | ||||
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu> | # Copyright 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu> | ||||
# | __version__ = '$Change$' | ||||
# $Id$ | # $Id$ | ||||
# | |||||
# | # | ||||
# This module implements the Content Directory Service (CDS) service | # This module implements the Content Directory Service (CDS) service | ||||
@@ -1,4 +1,8 @@ | |||||
#!/usr/bin/env python | #!/usr/bin/env python | ||||
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu> | |||||
__version__ = '$Change$' | |||||
# $Id$ | |||||
from twisted.internet import reactor | from twisted.internet import reactor | ||||
@@ -1,7 +1,10 @@ | |||||
#!/usr/bin/env python | #!/usr/bin/env python | ||||
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu> | |||||
'''DVD Handling''' | '''DVD Handling''' | ||||
__version__ = '$Change$' | |||||
# $Id$ | |||||
default_audio_lang = 'en' | default_audio_lang = 'en' | ||||
import os | import os | ||||
@@ -1,4 +1,8 @@ | |||||
#!/usr/bin/env python | #!/usr/bin/env python | ||||
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu> | |||||
__version__ = '$Change$' | |||||
# $Id$ | |||||
import tarfile | import tarfile | ||||
from tarfile import * | from tarfile import * | ||||
@@ -1,4 +1,8 @@ | |||||
#!/usr/bin/env python | #!/usr/bin/env python | ||||
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu> | |||||
__version__ = '$Change$' | |||||
# $Id$ | |||||
import binascii | import binascii | ||||
import os | import os | ||||
@@ -4,9 +4,9 @@ | |||||
# http://opensource.org/licenses/mit-license.php | # http://opensource.org/licenses/mit-license.php | ||||
# Copyright 2005, Tim Potter <tpot@samba.org> | # Copyright 2005, Tim Potter <tpot@samba.org> | ||||
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uroegon.edu> | # Copyright 2006 John-Mark Gurney <gurney_j@resnet.uroegon.edu> | ||||
# | __version__ = '$Change$' | ||||
# $Id$ | # $Id$ | ||||
# | |||||
# make sure debugging is initalized first, other modules can be pulled in | # make sure debugging is initalized first, other modules can be pulled in | ||||
# before the "real" debug stuff is setup. (hmm I could make this a two | # before the "real" debug stuff is setup. (hmm I could make this a two | ||||