Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/run.py')
-rw-r--r--devbot/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/run.py b/devbot/run.py
index 076217b..95a0510 100644
--- a/devbot/run.py
+++ b/devbot/run.py
@@ -45,4 +45,4 @@ def collect_logs(source_path):
def _get_random_id():
- return ''.join(random.choice(string.letters) for i in xrange(8))
+ return ''.join(random.choice(string.letters) for i in range(8))