summaryrefslogtreecommitdiff
path: root/gear/constants.py
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-04-05 19:40:07 -0400
committerMonty Taylor <mordred@inaugust.com>2013-04-08 12:31:58 -0400
commit8a8b7ffab0f53a4e4c0890912fe034a9583f40c9 (patch)
tree8de06772eaeaf21d67f9729d8102f2bf14723412 /gear/constants.py
parent207e5cf884d7c7a0f0e95438cb8860b5092c0e52 (diff)
downloadgear-8a8b7ffab0f53a4e4c0890912fe034a9583f40c9.tar.gz
Make flake8 and OpenStack Hacking clean.
Change-Id: Ifbc78187e29e7befefcfff47b803ff20c86f6e75
Diffstat (limited to 'gear/constants.py')
-rw-r--r--gear/constants.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gear/constants.py b/gear/constants.py
index 980c827..6267c7f 100644
--- a/gear/constants.py
+++ b/gear/constants.py
@@ -49,10 +49,10 @@ types = {
34: 'SUBMIT_JOB_LOW_BG',
35: 'SUBMIT_JOB_SCHED',
36: 'SUBMIT_JOB_EPOCH',
- }
+}
for i, name in types.items():
- globals()[name]=i
+ globals()[name] = i
REQ = '\x00REQ'
RES = '\x00RES'