changeset 46:f7d1238d1bd1

stub using the names....we are only beginning
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 08 Jun 2011 18:15:09 -0700
parents 7b145c3d2a16
children 2384ab3999b7
files pyloader/factory.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pyloader/factory.py	Wed Jun 08 18:14:07 2011 -0700
+++ b/pyloader/factory.py	Wed Jun 08 18:15:09 2011 -0700
@@ -125,7 +125,7 @@
             if ':' in path:
                 wrapper, _path = path.split(':', 1)
                 # TODO: could interpolate wrapper
-                if wrapper in iniconfig:
+                if wrapper in names:
                     
                     path = _path