Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zodbtools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
zodbtools
Commits
5fd2c0eb
Commit
5fd2c0eb
authored
Mar 14, 2013
by
Kazuhiko Shiozaki
Committed by
Kirill Smelkov
Nov 17, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
define main() so that it can be scriptified by zc.recipe.egg.
parent
d86d04dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
erp5/util/zodbanalyze/__init__.py
erp5/util/zodbanalyze/__init__.py
+1
-1
No files found.
erp5/util/zodbanalyze/__init__.py
View file @
5fd2c0eb
...
...
@@ -138,6 +138,6 @@ def analyze_rec(report, record):
except
Exception
,
err
:
print
err
if
__name__
==
"__main__"
:
def
main
()
:
path
=
sys
.
argv
[
1
]
report
(
analyze
(
path
))
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