Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
5841ea39
Commit
5841ea39
authored
Dec 22, 2005
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
content_types -> contenttypes
parent
26bb12ed
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
lib/python/App/ImageFile.py
lib/python/App/ImageFile.py
+1
-1
lib/python/OFS/DTMLDocument.py
lib/python/OFS/DTMLDocument.py
+1
-1
lib/python/OFS/DTMLMethod.py
lib/python/OFS/DTMLMethod.py
+1
-1
lib/python/OFS/Image.py
lib/python/OFS/Image.py
+1
-1
lib/python/OFS/content_types.py
lib/python/OFS/content_types.py
+2
-2
lib/python/ZClasses/Method.py
lib/python/ZClasses/Method.py
+1
-1
lib/python/webdav/NullResource.py
lib/python/webdav/NullResource.py
+1
-1
No files found.
lib/python/App/ImageFile.py
View file @
5841ea39
...
...
@@ -26,7 +26,7 @@ from Globals import package_home
from
Common
import
rfc1123_date
from
DateTime
import
DateTime
from
zope.app.content
_
types
import
guess_content_type
from
zope.app.contenttypes
import
guess_content_type
class
ImageFile
(
Acquisition
.
Explicit
):
"""Image objects stored in external files."""
...
...
lib/python/OFS/DTMLDocument.py
View file @
5841ea39
...
...
@@ -17,7 +17,7 @@ $Id$
from
Globals
import
InitializeClass
from
ZPublisher.Converters
import
type_converters
from
Globals
import
HTML
,
DTMLFile
,
MessageDialog
from
zope.app.content
_
types
import
guess_content_type
from
zope.app.contenttypes
import
guess_content_type
from
DTMLMethod
import
DTMLMethod
,
decapitate
from
PropertyManager
import
PropertyManager
from
webdav.common
import
rfc1123_date
...
...
lib/python/OFS/DTMLMethod.py
View file @
5841ea39
...
...
@@ -18,7 +18,7 @@ import History
from
Globals
import
HTML
,
DTMLFile
,
MessageDialog
from
Globals
import
InitializeClass
from
SimpleItem
import
Item_w__name__
,
pretty_tb
from
zope.app.content
_
types
import
guess_content_type
from
zope.app.contenttypes
import
guess_content_type
from
PropertyManager
import
PropertyManager
from
AccessControl
import
ClassSecurityInfo
from
AccessControl.Role
import
RoleManager
...
...
lib/python/OFS/Image.py
View file @
5841ea39
...
...
@@ -15,7 +15,7 @@
$Id$
"""
import
struct
from
zope.app.content
_
types
import
guess_content_type
from
zope.app.contenttypes
import
guess_content_type
from
Globals
import
DTMLFile
from
Globals
import
InitializeClass
from
PropertyManager
import
PropertyManager
...
...
lib/python/OFS/content_types.py
View file @
5841ea39
...
...
@@ -17,8 +17,8 @@ $Id$
import
warnings
warnings
.
warn
(
'Using OFS.content_types is deprecated (will be removed in Zope '
'2.11). Instead use zope.app.content
_
types.'
,
'2.11). Instead use zope.app.contenttypes.'
,
DeprecationWarning
,
stacklevel
=
2
)
from
zope.app.content
_
types
import
text_type
,
guess_content_type
,
add_files
from
zope.app.contenttypes
import
text_type
,
guess_content_type
,
add_files
lib/python/ZClasses/Method.py
View file @
5841ea39
...
...
@@ -25,7 +25,7 @@ from zExceptions import BadRequest
import
marshal
from
cgi
import
escape
from
zope.app.content
_
types
import
guess_content_type
from
zope.app.contenttypes
import
guess_content_type
_marker
=
[]
class
ZClassMethodsSheet
(
...
...
lib/python/webdav/NullResource.py
View file @
5841ea39
...
...
@@ -39,7 +39,7 @@ from interfaces import IWriteLock
from
Resource
import
Resource
from
WriteLockInterface
import
WriteLockInterface
from
zope.app.content
_
types
import
guess_content_type
from
zope.app.contenttypes
import
guess_content_type
class
NullResource
(
Persistent
,
Acquisition
.
Implicit
,
Resource
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment