Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/clean.py
blob: 2ea935be6d86499832b325e5399aab24dbd7a531 (plain)
1
2
3
4
5
6
7
from devbot import build
from devbot import logs


def clean():
    build.clean()
    logs.clean()