Skip to content

Commit

Permalink
Merge pull request #9 from krameler/master
Browse files Browse the repository at this point in the history
Fix imports
  • Loading branch information
knoterich authored Jan 7, 2020
2 parents ca91b72 + b2dafd6 commit 730e750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions force-logger.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from PyQt5 import QtWidgets, QtGui
from PyQt5.QtCore import QTimer
from PyQt5.QtWidgets import QMainWindow, QPushButton, QApplication, QLabel

import config_cells, main_window, conf_server_window
from ui import config_cells, main_window, conf_server_window
from threading import Thread, Lock
import sys, socket, queue, time, datetime, os
import server
Expand Down

0 comments on commit 730e750

Please sign in to comment.