Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
devflow
Commits
c642d7cb
Commit
c642d7cb
authored
Feb 18, 2013
by
Christos Stavrakakis
Browse files
Disable pylint message about version file
parent
c400246b
Changes
1
Hide whitespace changes
Inline
Side-by-side
devflow/autopkg.py
View file @
c642d7cb
...
...
@@ -90,7 +90,7 @@ def print_help(prog):
def
main
():
from
devflow.version
import
__version__
from
devflow.version
import
__version__
# pylint: disable=E0611,F0401
parser
=
OptionParser
(
usage
=
"usage: %prog [options] mode"
,
version
=
"devflow %s"
%
__version__
,
add_help_option
=
False
)
...
...
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