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
ae630f47
Commit
ae630f47
authored
Feb 07, 2002
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed unused import
parent
cf2042ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
lib/python/Globals.py
lib/python/Globals.py
+2
-2
lib/python/zLOG/MinimalLogger.py
lib/python/zLOG/MinimalLogger.py
+2
-2
No files found.
lib/python/Globals.py
View file @
ae630f47
...
...
@@ -13,7 +13,7 @@
"""Global definitions"""
__version__
=
'$Revision: 1.5
0
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.5
1
$'
[
11
:
-
2
]
# Global constants: __replaceable__ flags:
NOT_REPLACEABLE
=
0
...
...
@@ -21,7 +21,7 @@ REPLACEABLE = 1
UNIQUE
=
2
import
Acquisition
,
ComputedAttribute
,
App
.
PersistentExtra
,
os
import
TreeDisplay
,
string
import
TreeDisplay
from
App.FindHomes
import
INSTANCE_HOME
,
SOFTWARE_HOME
from
App.Common
import
package_home
,
attrget
,
Dictionary
...
...
lib/python/zLOG/MinimalLogger.py
View file @
ae630f47
...
...
@@ -10,9 +10,9 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
__version__
=
'$Revision: 1.
4
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.
5
$'
[
11
:
-
2
]
import
os
,
string
,
sys
,
time
import
os
,
sys
,
time
from
FormatException
import
format_exception
...
...
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