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

import common

from devbot import clean

common.setup()

clean.clean()