fixed underground departure parsing
[pywienerlinien] / scotty
diff --git a/scotty b/scotty
index 0449023..d198087 100755 (executable)
--- a/scotty
+++ b/scotty
@@ -1,9 +1,9 @@
 #!/usr/bin/env python
 # -*- coding: UTF-8 -*-
 
-import argparse
 import sys
 
+from gotovienna import argparse
 from gotovienna.utils import *
 from gotovienna.routing import *
 
@@ -97,4 +97,4 @@ if parser.state == PageType.RESULT:
                 print '-' * 79
         print
 else:
-    print 'Error - unknown page returned.'
\ No newline at end of file
+    print 'Error - unknown page returned.'