summaryrefslogtreecommitdiff
path: root/modutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'modutils.py')
-rw-r--r--modutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils.py b/modutils.py
index 1ed0bafe..e016bce1 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