summaryrefslogtreecommitdiffstats
path: root/unitest-restful.py
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-08-28 10:56:04 +0200
committernicolargo <nicolas@nicolargo.com>2021-08-28 10:56:04 +0200
commitcb68d216d2b79e6566b1cfa550abc810ffd1dcc5 (patch)
tree076f4cd32e044585819bea38a0b4844c395c2b53 /unitest-restful.py
parent76ea71f256d33eab11a30d48257b9370bf23dc88 (diff)
Merge compat into globals
Diffstat (limited to 'unitest-restful.py')
-rwxr-xr-xunitest-restful.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unitest-restful.py b/unitest-restful.py
index 8e9b8655..b6e5332a 100755
--- a/unitest-restful.py
+++ b/unitest-restful.py
@@ -28,7 +28,7 @@ import numbers
import unittest
from glances import __version__
-from glances.compat import text_type
+from glances.globals import text_type
import requests