diff options
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/loadavg.py | 2 | ||||
-rw-r--r-- | src/plugins/uptime.py | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/loadavg.py b/src/plugins/loadavg.py index fc61c62..b66ca6f 100644 --- a/src/plugins/loadavg.py +++ b/src/plugins/loadavg.py @@ -17,8 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. ''' -from util import * - class AverageLoad: ''' diff --git a/src/plugins/uptime.py b/src/plugins/uptime.py index 0979b7b..198e1c2 100644 --- a/src/plugins/uptime.py +++ b/src/plugins/uptime.py @@ -17,8 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. ''' -from util import * - class Uptime: ''' |