summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcpopa <devnull@localhost>2014-07-25 09:42:55 +0200
committercpopa <devnull@localhost>2014-07-25 09:42:55 +0200
commit48dbe0c49933e53585641120f5bd610e4f5ca20f (patch)
tree1c0ebc1a47e51b641749193c1699d42e27a147c6
parent311c357629590799256a1127d5be285e5b65747b (diff)
downloadastroid-48dbe0c49933e53585641120f5bd610e4f5ca20f.tar.gz
Fix.
-rw-r--r--modutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils.py b/modutils.py
index 1ed0baf..e016bce 100644
--- a/modutils.py
+++ b/modutils.py
@@ -432,7 +432,7 @@ def is_standard_module(modname, std_path=(STD_LIB_DIR,)):
return True
for path in std_path:
if filename.startswith(abspath(path)):
- return return True
+ return True
return False