Browse Source

add $Id$'s so that people can tell which files have changed between

releases easier...

[git-p4: depot-paths = "//depot/": change = 804]
v0.3
John-Mark Gurney 18 years ago
parent
commit
712d484bbc
6 changed files with 21 additions and 0 deletions
  1. +3
    -0
      ContentDirectory.py
  2. +4
    -0
      DIDLLite.py
  3. +4
    -0
      FSStorage.py
  4. +3
    -0
      SSDP.py
  5. +3
    -0
      pymediaserv
  6. +4
    -0
      upnp.py

+ 3
- 0
ContentDirectory.py View File

@@ -2,6 +2,9 @@
# http://opensource.org/licenses/mit-license.php
# Copyright 2005, Tim Potter <tpot@samba.org>
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu>
#
# $Id$
#

#
# This module implements the Content Directory Service (CDS) service


+ 4
- 0
DIDLLite.py View File

@@ -2,6 +2,10 @@
# http://opensource.org/licenses/mit-license.php

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

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



+ 4
- 0
FSStorage.py View File

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

import errno
import itertools


+ 3
- 0
SSDP.py View File

@@ -2,6 +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>
#
# $Id$
#

#
# Implementation of SSDP server under Twisted Python.


+ 3
- 0
pymediaserv View File

@@ -4,6 +4,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>
#
# $Id$
#

from DIDLLite import TextItem, AudioItem, VideoItem, ImageItem, Resource, StorageFolder
from FSStorage import FSDirectory


+ 4
- 0
upnp.py View File

@@ -2,6 +2,10 @@
# http://opensource.org/licenses/mit-license.php

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

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


Loading…
Cancel
Save