Fixed my oops

This commit is contained in:
Alexandr Notchenko 2013-08-30 15:53:31 +04:00
parent bbf23e4fa8
commit e68d8bbb8a

View File

@ -156,7 +156,6 @@ if __name__ == "__main__":
if params.config_file:
settings.update_from_file(params.config_file)
try:
raise ImportError("tRY ME!")
from IPython import embed
embed()
except ImportError: