run_from_ipython -> RunFromIPython

This commit is contained in:
Laurent Perron
2017-11-24 14:45:54 +01:00
parent 12ec1a989a
commit f9b6531f2b

View File

@@ -24,7 +24,7 @@ except ImportError:
correct_imports = False
def run_from_ipython():
def RunFromIPython():
if not correct_imports:
return False
try: