Skip to content
Permalink
Tree: a3d0f25ae3
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
9 lines (7 sloc) 178 Bytes
import sys
try:
sys._pdoc_imported_once_flag
except AttributeError:
sys._pdoc_imported_once_flag = True
else:
assert False, 'Module _imported_once already imported'
You can’t perform that action at this time.