Skip to content

Commit

Permalink
correct imports, typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas committed Jan 25, 2015
1 parent 1db20d7 commit c991c56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/avnav_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
import json
import threading
import pprint
import time
import traceback
from avnav_util import *

#a data entry
Expand Down Expand Up @@ -247,7 +249,7 @@ def reset(self):


def __str__(self):
rt="AVNNavData \n";
rt="AVNNavData \n"
idx=0
self.listLock.acquire()
for k in self.list.keys():
Expand Down

0 comments on commit c991c56

Please sign in to comment.