Browse Source

Be explicit with the import.

tags/v0.3.3
Marcio Faustino 10 years ago
parent
commit
19e6c186f3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      discover_tests.py

+ 1
- 1
discover_tests.py View File

@@ -13,7 +13,7 @@ http://stackoverflow.com/a/17004409/753501


# Standard:
import os
import os.path

# External:
import unittest2


Loading…
Cancel
Save