Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/utils.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-26 11:25:03 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-26 11:25:03 (GMT)
commitd23a83060ddad0b6da5504d8cb5d524891ad9631 (patch)
treebe881c67835922bc9d1c23276047b2f0241679c1 /devbot/utils.py
parentbc6035454c6138d0974173900e50e33793b2e5d0 (diff)
pep8ize
Diffstat (limited to 'devbot/utils.py')
-rw-r--r--devbot/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/devbot/utils.py b/devbot/utils.py
index a8988f1..3b26afb 100644
--- a/devbot/utils.py
+++ b/devbot/utils.py
@@ -2,6 +2,7 @@ import os
devnull = open("/dev/null", "w")
+
def ensure_dir(path):
try:
os.mkdir(path)