From a271eaf8aea5513115f164473039237a757c69dc Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 14 Nov 2015 15:15:15 +0100 Subject: Move core at the top of the module tree Remove 'glances_' prefix from filenames. --- unitest-restful.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'unitest-restful.py') diff --git a/unitest-restful.py b/unitest-restful.py index 1bf4e66a..fe170719 100755 --- a/unitest-restful.py +++ b/unitest-restful.py @@ -25,8 +25,8 @@ import subprocess import time import unittest -from glances.core.compat import text_type -from glances.core.glances_globals import version +from glances.compat import text_type +from glances.globals import version import requests @@ -40,7 +40,6 @@ print('RESTful API unitary tests for Glances %s' % version) class TestGlances(unittest.TestCase): - """Test Glances class.""" def setUp(self): -- cgit v1.2.3