Skip to content

Commit

Permalink
Import AmbiguityError into trade
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Aug 19, 2014
1 parent bcc2fc6 commit f64fcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trade.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
######################################################################
# Database and calculator modules.

from tradedb import TradeDB
from tradedb import TradeDB, AmbiguityError
from tradecalc import Route, TradeCalc, localedNo

tdb = TradeDB('.\\TradeDangerous.accdb')
Expand Down

0 comments on commit f64fcef

Please sign in to comment.