Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/check-system
blob: aca432fd22c8d967f050b3aa3b95ac1183ddc49f (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/python

import common

from devbot import system

common.setup()
system.check()