diff options
Diffstat (limited to 'AppPkg/Applications/Python/Python-2.7.2/Lib/test/relimport.py')
-rw-r--r-- | AppPkg/Applications/Python/Python-2.7.2/Lib/test/relimport.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Lib/test/relimport.py b/AppPkg/Applications/Python/Python-2.7.2/Lib/test/relimport.py new file mode 100644 index 0000000000..bb54b93011 --- /dev/null +++ b/AppPkg/Applications/Python/Python-2.7.2/Lib/test/relimport.py @@ -0,0 +1 @@ +from .test_import import *
|