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 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu>
#

__version__ = '$Change$'
# $Id$
#

from elementtree.ElementTree import Element, SubElement, tostring, _ElementInterface



+ 2
- 2
FSStorage.py View File

@@ -1,8 +1,8 @@
#!/usr/bin/env python
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu>
#

__version__ = '$Change$'
# $Id$
#

ffmpeg_path = '/Users/jgurney/src/ffmpeg/ffmpeg'



+ 2
- 2
FileDIDL.py View File

@@ -1,8 +1,8 @@
#!/usr/bin/env python
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu>
#

__version__ = '$Change$'
# $Id$
#

#
# 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
# Copyright 2005, Tim Potter <tpot@samba.org>
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uroegon.edu>
#

__version__ = '$Change$'
# $Id$
#

#
# Implementation of SSDP server under Twisted Python.


+ 2
- 2
ZipStorage.py View File

@@ -1,8 +1,8 @@
#!/usr/bin/env python
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uroegon.edu>
#

__version__ = '$Change$'
# $Id$
#

import itertools
import os.path


+ 2
- 2
upnp.py View File

@@ -3,9 +3,9 @@

# Copyright 2005, Tim Potter <tpot@samba.org>
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uroegon.edu>
#

__version__ = '$Change$'
# $Id$
#

from twisted.web import soap
from twisted.python import log


Loading…
Cancel
Save