Skip to content

Commit

Permalink
Flake8 stuff
Browse files Browse the repository at this point in the history
I should make a habit of testing nose AND flake before pushing...
  • Loading branch information
almarklein committed Feb 17, 2014
1 parent 10f7cab commit 379dced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vispy/util/tests/test_import.py
Expand Up @@ -14,7 +14,7 @@

def check_output(*popenargs, **kwargs):
""" Minimal py 2.6 compatible version of subprocess.check_output()
Py2.6 does not have check_output.
Taken from https://gist.github.com/edufelipe/1027906
"""
Expand All @@ -33,7 +33,7 @@ def check_output(*popenargs, **kwargs):

def loaded_vispy_modules(import_module, depth=None):
""" Import the given module in subprocess and return loaded modules
Import a certain module in a clean subprocess and return the
vispy modules that are subsequently loaded. The given depth
indicates the module level (i.e. depth=1 will only yield 'vispy.app'
Expand Down

0 comments on commit 379dced

Please sign in to comment.