Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/system.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/system.py')
-rw-r--r--devbot/system.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/devbot/system.py b/devbot/system.py
index f702fa7..3cf409e 100644
--- a/devbot/system.py
+++ b/devbot/system.py
@@ -1,12 +1,8 @@
-import json
import os
import subprocess
-import sys
from devbot import config
-from devbot import git
from devbot import distro
-from devbot import command
from devbot import state
from devbot import utils
from devbot import xvfb