Skip to content

Commit

Permalink
Fix some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter de Groot committed Feb 23, 2009
1 parent 259b0e2 commit 25351ba
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shell/02_qtlab_start.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import types
from instrument import Instrument
from lib.gui.qtwindow import QTWindow
from lib.calltimer import exact_time
from lib.misc import exact_time

try:
import psyco
Expand Down
1 change: 1 addition & 0 deletions shell/20_measurement_loops.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import shutil
import copy
from lib import calltimer
from measurement import Measurement

def _get_steps(start, end, steps, stepsize):
if steps == 0 and stepsize == 0:
Expand Down
1 change: 0 additions & 1 deletion source/gui/measurement_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import qt
from instrument import Instrument
from lib.gui.qtwindow import QTWindow
from lib.calltimer import CallTimerThread
from lib.gui.dropdowns import AllParametersDropdown
import lib.gui as gui

Expand Down
1 change: 0 additions & 1 deletion source/instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import copy
import time
import math
import threading
from gettext import gettext as _L
from lib import calltimer

Expand Down

0 comments on commit 25351ba

Please sign in to comment.