From f3741abd4d22721b15746e761aa3da497db2d045 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 3 Nov 2014 15:36:54 -0800 Subject: [PATCH] Missing import --- commands/exceptions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/exceptions.py b/commands/exceptions.py index c216cce7..fb2a1626 100644 --- a/commands/exceptions.py +++ b/commands/exceptions.py @@ -1,4 +1,5 @@ from tradeexcept import TradeException +import sys ###################################################################### # Exceptions