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

import common

from devbot import clean

common.setup()

clean.clean()