fixed formatting

This commit is contained in:
Davlet Panech 2010-09-20 17:51:42 -04:00
parent 82b2667ef7
commit bc4ff93d8f

View File

@ -775,7 +775,7 @@ if __name__ == "__main__":
# SystemExit inherits from Exception in python < 2.5, so we have to # SystemExit inherits from Exception in python < 2.5, so we have to
# handle it separately. # handle it separately.
except SystemExit, e: except SystemExit, e:
sys.exit(e.code) sys.exit(e.code)
except Exception, e: except Exception, e:
from pgloader.options import DEBUG from pgloader.options import DEBUG