This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
pymeds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
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
9eb753bf56
commit
e1fa3f4326
6 changed files
with
12 additions
and
12 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
DIDLLite.py
+2
-2
FSStorage.py
+2
-2
FileDIDL.py
+2
-2
SSDP.py
+2
-2
ZipStorage.py
+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
Write
Preview
Loading…
Cancel
Save