Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
galkan committed Oct 3, 2014
1 parent b9dae23 commit 137b75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
from lib.core.common import *
from lib.core.logger import Logger
from lib.core.threadpool import ThreadPool
from lib.core.iprange import IpRange,InvalidIPAddress
from lib.core.exceptions import CrowbarExceptions
from lib.core.iprange import IpRange,InvalidIPAddress
except Exception, err:
from lib.core.exceptions import CrowbarExceptions
raise CrowbarExceptions(str(err))
Expand Down

0 comments on commit 137b75f

Please sign in to comment.