Searched refs:ImportStringError (Results 1 – 2 of 2) sorted by relevance
64 self.assertRaises(webapp2.ImportStringError, webapp2.import_string, 'asdfg')65 self.assertRaises(webapp2.ImportStringError, webapp2.import_string, 'webob.asdfg')
1666 class ImportStringError(Exception): class1856 raise ImportStringError(import_name, e), None, sys.exc_info()[2]