allpy
changeset 643:2386b2e0d78c
Minor code cleanup: fixed order of imports for PEP8 compliance
author | Daniil Alexeyevsky <dendik@kodomo.fbb.msu.ru> |
---|---|
date | Fri, 03 Jun 2011 16:51:56 +0400 |
parents | a1307c0bb030 |
children | 0386dc31676e |
files | test/test_base.py |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/test/test_base.py Fri Jun 03 16:49:44 2011 +0400 1.2 +++ b/test/test_base.py Fri Jun 03 16:51:56 2011 +0400 1.3 @@ -1,8 +1,9 @@ 1.4 +import re 1.5 +from StringIO import StringIO 1.6 + 1.7 import allpy.base as b 1.8 import allpy.protein as p 1.9 from allpy import processors 1.10 -from StringIO import StringIO 1.11 -import re 1.12 1.13 # XXX Totally missed: 1.14 # XXX - monomer representation (should we test it at all?)