Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/clean.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-26 22:51:22 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-26 22:51:22 (GMT)
commit7733514f0860ed1529c9effe831aa683cdc7d3c4 (patch)
tree6f42cc9aca7ec73a08412beb108b424a66d5444b /devbot/clean.py
parentf7a5dd469a381c1b2f358f41bcd105cf4651df56 (diff)
Cleanup clean
Diffstat (limited to 'devbot/clean.py')
-rw-r--r--devbot/clean.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/devbot/clean.py b/devbot/clean.py
new file mode 100644
index 0000000..2ea935b
--- /dev/null
+++ b/devbot/clean.py
@@ -0,0 +1,7 @@
+from devbot import build
+from devbot import logs
+
+
+def clean():
+ build.clean()
+ logs.clean()