Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/system.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-17 20:21:50 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-17 20:21:50 (GMT)
commit818833eb3b5ec8dc5eeae7aa9c12435501d5c486 (patch)
tree3df99c55b0b131a20b96bf96e8f76b17966f0c0e /devbot/system.py
parent4e83540a10dc4a3869b39896d62e033c22fea195 (diff)
Remove unused func
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 a69c2bd..9a59b0c 100644
--- a/devbot/system.py
+++ b/devbot/system.py
@@ -64,10 +64,6 @@ checkers = { "binary": check_binary,
"metacity-theme": check_metacity_theme,
"include": check_include }
-def load_deps_json(name):
- path = os.path.join(scriptdir, "deps", "%s.json" % name)
- return json.load(open(path))
-
def run_checks(package_manager, checks, packages):
distro_name = distro.get_distro_name()