summaryrefslogtreecommitdiff
path: root/gpsfake
diff options
context:
space:
mode:
Diffstat (limited to 'gpsfake')
-rwxr-xr-xgpsfake5
1 files changed, 3 insertions, 2 deletions
diff --git a/gpsfake b/gpsfake
index a6163090..932a7ffb 100755
--- a/gpsfake
+++ b/gpsfake
@@ -14,8 +14,6 @@
from __future__ import absolute_import, print_function, division
import getopt
-import gps
-import gps.fake as gpsfake # The "as" pacifies pychecker
import os
import platform
import pty
@@ -23,6 +21,9 @@ import socket
import sys
import time
+import gps
+import gps.fake as gpsfake # The "as" pacifies pychecker
+
try:
my_input = raw_input
except NameError: