Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabo committed Mar 21, 2011
1 parent 8d909af commit 33fc4be
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions runtests.py
Expand Up @@ -7,7 +7,6 @@

import optparse
import os
import sys

import coverage

Expand Down Expand Up @@ -52,9 +51,7 @@ def runtests():
'django.contrib.sessions',
'django.contrib.admin',
'treebeard',
'treebeard.tests'
]
)
'treebeard.tests'])

covlevel = int(options.coverage)
if covlevel:
Expand Down

0 comments on commit 33fc4be

Please sign in to comment.