Merge pull request #125 from tkf/more-mapping

More mapping
This commit is contained in:
David Halter
2013-02-08 16:35:50 -08:00

View File

@@ -41,7 +41,10 @@ class BaseDefinition(object):
'os2emxpath': 'os.path',
'macpath': 'os.path',
'genericpath': 'os.path',
'posix': 'os',
'_io': 'io',
'_functools': 'functools',
'_sqlite3': 'sqlite3',
'__builtin__': '',
'builtins': '',
}