Fixes for the Snapshot6 compilation process

This commit is contained in:
2014-12-11 15:37:53 -06:00
parent 6e0ae38d4e
commit 7df2441442
6 changed files with 442 additions and 317 deletions

View File

@@ -3,7 +3,7 @@ import threading
import wx
from twython import TwythonRateLimitError
import time
from pubsub import pub
from wx.lib.pubsub import pub
def call_threaded(func, *args, **kwargs):
#Call the given function in a daemonized thread and return the thread.