Code cleanup

This commit is contained in:
2017-11-20 00:38:14 -06:00
parent 8928a64a12
commit 5f7f176892
2 changed files with 0 additions and 2 deletions

View File

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