summaryrefslogtreecommitdiff
path: root/pylint/pyreverse
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2016-08-01 21:48:56 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2016-08-01 21:48:56 +0300
commitbbd42396362e5b7332d6b8867065b364da489a98 (patch)
treea4bc1d2aa205d58505983529c906039d54630c0b /pylint/pyreverse
parent3327d745a85e0d810cb36094904fe1f5bbae01cb (diff)
downloadpylint-git-bbd42396362e5b7332d6b8867065b364da489a98.tar.gz
The default package is none for pyreverse. Close #567
Diffstat (limited to 'pylint/pyreverse')
-rw-r--r--pylint/pyreverse/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/pyreverse/main.py b/pylint/pyreverse/main.py
index a32f7804c..f3372ea5b 100644
--- a/pylint/pyreverse/main.py
+++ b/pylint/pyreverse/main.py
@@ -75,7 +75,7 @@ this disables -f values")),
'dest' : "black_list", "default" : ('CVS',),
'help' : "Add files or directories to the blacklist. They "
"should be base names, not paths."}),
- ("project", {'default': "No Name", 'type' : 'string', 'short': 'p',
+ ("project", {'default': "", 'type' : 'string', 'short': 'p',
'metavar': '<project name>', 'help': 'set the project name.'}),
)
# FIXME : quiet mode