AssistantEric/APIsManager.py

changeset 76
add31149e0b1
parent 71
025683852a63
child 77
e96c89dd66a7
equal deleted inserted replaced
72:c265410e0b2f 76:add31149e0b1
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the APIsManager. 7 Module implementing the APIsManager.
8 """ 8 """
9
10 from __future__ import unicode_literals # __IGNORE_WARNING__
9 11
10 import os 12 import os
11 13
12 from PyQt4.QtCore import QTimer, QThread, QFileInfo, pyqtSignal, QDateTime, QObject, Qt 14 from PyQt4.QtCore import QTimer, QThread, QFileInfo, pyqtSignal, QDateTime, QObject, Qt
13 try: 15 try:

eric ide

mercurial