HomeSort by relevance Sort by last modified time
    Searched refs:__phello__ (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_frozen.py 17 import __phello__ namespace
19 self.fail("import __phello__ failed:" + str(x)) namespace
22 import __phello__.spam namespace
24 self.fail("import __phello__.spam failed:" + str(x)) namespace
27 import __phello__.foo namespace
31 self.fail("import __phello__.foo should have failed") namespace
37 del sys.modules['__phello__']
38 del sys.modules['__phello__.spam']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_frozen.py 17 import __phello__ namespace
19 self.fail("import __phello__ failed:" + str(x)) namespace
22 import __phello__.spam namespace
24 self.fail("import __phello__.spam failed:" + str(x)) namespace
27 import __phello__.foo namespace
31 self.fail("import __phello__.foo should have failed") namespace
37 del sys.modules['__phello__']
38 del sys.modules['__phello__.spam']

Completed in 1733 milliseconds