Browse Source

change to ktext, and add $Change$ to the files..

[git-p4: depot-paths = "//depot/": change = 853]
v0.3
John-Mark Gurney 18 years ago
parent
commit
e1fa3f4326
6 changed files with 12 additions and 12 deletions
  1. +2
    -2
      DIDLLite.py
  2. +2
    -2
      FSStorage.py
  3. +2
    -2
      FileDIDL.py
  4. +2
    -2
      SSDP.py
  5. +2
    -2
      ZipStorage.py
  6. +2
    -2
      upnp.py

+ 2
- 2
DIDLLite.py View File

@@ -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




+ 2
- 2
FSStorage.py View File

@@ -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'




+ 2
- 2
FileDIDL.py View File

@@ -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
- 2
SSDP.py View File

@@ -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.


+ 2
- 2
ZipStorage.py View File

@@ -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


+ 2
- 2
upnp.py View File

@@ -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


Loading…
Cancel
Save