Commit 1d502682 authored by Adrian Georgescu's avatar Adrian Georgescu

Fixed broken import

parent 4da870f6
......@@ -4,6 +4,7 @@ import hashlib
import re
import socket
import uuid
import urllib
from PyQt5 import uic
from PyQt5.QtCore import Qt, QTimer
......@@ -12,7 +13,6 @@ from application.notification import IObserver, NotificationCenter, Notification
from application.python import Null, limit
from datetime import datetime
from dateutil.tz import tzutc
from eventlib.green import urllib2
from itertools import chain
from twisted.internet import reactor
from twisted.internet.error import ConnectionLost
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment