summaryrefslogtreecommitdiff
path: root/gr-qtgui/python/qtgui
diff options
context:
space:
mode:
authorHåkon Vågsether <haakonsv@gmail.com>2017-09-18 00:11:42 +0200
committerHåkon Vågsether <haakonsv@gmail.com>2017-09-18 00:11:42 +0200
commit1dd3741a0bdcf15738478e0c9cc587b7277c0e05 (patch)
treea46bfe9d09bee6c8912cd37f3a9082acc10448e1 /gr-qtgui/python/qtgui
parentec5fe3e57f22c7cd47565085651825ed8b0b727f (diff)
Fix call to check_set_qss() in range.py
Diffstat (limited to 'gr-qtgui/python/qtgui')
-rwxr-xr-xgr-qtgui/python/qtgui/range.py.cmakein4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-qtgui/python/qtgui/range.py.cmakein b/gr-qtgui/python/qtgui/range.py.cmakein
index 9ed7706195..70d0045383 100755
--- a/gr-qtgui/python/qtgui/range.py.cmakein
+++ b/gr-qtgui/python/qtgui/range.py.cmakein
@@ -22,7 +22,7 @@
#
@PY_QT_IMPORT@
-import util
+from .util import check_set_qss
class Range(object):
def __init__(self, minv, maxv, step, default, min_length):
@@ -33,7 +33,7 @@ class Range(object):
self.min_length = min_length
self.find_precision()
self.find_nsteps()
- util.check_set_qss()
+ check_set_qss()
def find_precision(self):
# Get the decimal part of the step