projects
/
Plinn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3b52f5
)
Modification de l'import de swfheader : installé avec easy_install, il n'est pas...
author
Benoît Pin
<benoit.pin@gmail.com>
Mon, 1 Nov 2010 18:35:19 +0000
(19:35 +0100)
committer
Benoît Pin
<benoit.pin@gmail.com>
Mon, 1 Nov 2010 18:35:19 +0000
(19:35 +0100)
File.py
patch
|
blob
|
history
diff --git
a/File.py
b/File.py
index
c0e37c7
..
addba60
100755
(executable)
--- a/
File.py
+++ b/
File.py
@@
-33,7
+33,7
@@
from zope.component.factory import Factory
from Products.CMFDefault.File import File as BaseFile
from Products.CMFCore.permissions import View, ModifyPortalContent
from Products.CMFCore.utils import getToolByName
-from swfheader import parse as parseswf
+from
hexagonit.
swfheader import parse as parseswf
class File(BaseFile) :
""" file class with portal_transforms support """