[git-p4: depot-paths = "//depot/": change = 853]v0.3
@@ -3,9 +3,9 @@ | |||||
# 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$ | ||||
# | |||||
from elementtree.ElementTree import Element, SubElement, tostring, _ElementInterface | from elementtree.ElementTree import Element, SubElement, tostring, _ElementInterface | ||||
@@ -1,8 +1,8 @@ | |||||
#!/usr/bin/env python | #!/usr/bin/env python | ||||
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu> | # Copyright 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu> | ||||
# | |||||
__version__ = '$Change$' | |||||
# $Id$ | # $Id$ | ||||
# | |||||
ffmpeg_path = '/Users/jgurney/src/ffmpeg/ffmpeg' | ffmpeg_path = '/Users/jgurney/src/ffmpeg/ffmpeg' | ||||
@@ -1,8 +1,8 @@ | |||||
#!/usr/bin/env python | #!/usr/bin/env python | ||||
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu> | # Copyright 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu> | ||||
# | |||||
__version__ = '$Change$' | |||||
# $Id$ | # $Id$ | ||||
# | |||||
# | # | ||||
# Convert file information into a DIDL class. Dynamicly generate a new class | # Convert file information into a DIDL class. Dynamicly generate a new class | ||||
@@ -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.uroegon.edu> | # Copyright 2006 John-Mark Gurney <gurney_j@resnet.uroegon.edu> | ||||
# | |||||
__version__ = '$Change$' | |||||
# $Id$ | # $Id$ | ||||
# | |||||
# | # | ||||
# Implementation of SSDP server under Twisted Python. | # Implementation of SSDP server under Twisted Python. | ||||
@@ -1,8 +1,8 @@ | |||||
#!/usr/bin/env python | #!/usr/bin/env python | ||||
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uroegon.edu> | # Copyright 2006 John-Mark Gurney <gurney_j@resnet.uroegon.edu> | ||||
# | |||||
__version__ = '$Change$' | |||||
# $Id$ | # $Id$ | ||||
# | |||||
import itertools | import itertools | ||||
import os.path | import os.path | ||||
@@ -3,9 +3,9 @@ | |||||
# 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$ | ||||
# | |||||
from twisted.web import soap | from twisted.web import soap | ||||
from twisted.python import log | from twisted.python import log | ||||