Fix event queue pickle file location

The associated function was moved into zephyr.lib, but the file
location was never updated.

(imported from commit 24c3348533324b0af7c52d6a121eef8b00615275)
This commit is contained in:
Zev Benjamin 2013-04-01 15:46:42 -04:00
parent 6cee57b356
commit 0e0b95ce83
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ def gc_event_queues():
len(clients)))
PERSISTENT_QUEUE_FILENAME = os.path.join(os.path.dirname(__file__),
"..", "event_queues.pickle")
"..", "..", "event_queues.pickle")
def dump_event_queues():
start = time.time()