diff options
| author | Florian Apolloner <florian@apolloner.eu> | 2013-09-09 22:44:38 +0200 |
|---|---|---|
| committer | Florian Apolloner <florian@apolloner.eu> | 2013-09-09 23:01:07 +0200 |
| commit | df2fd4e09b1d51e5154e607babf232610a0ec0c4 (patch) | |
| tree | 1e9ecf06d15e1c3eb96bf9233f53ade1cee735ba /tests/conditional_processing | |
| parent | d9413d33b2a8371731a92289123683cf6f440290 (diff) | |
| download | django-df2fd4e09b1d51e5154e607babf232610a0ec0c4.tar.gz | |
Removed unneeded imports in tests's __init__.py and unified them.
Diffstat (limited to 'tests/conditional_processing')
| -rw-r--r-- | tests/conditional_processing/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/conditional_processing/__init__.py b/tests/conditional_processing/__init__.py index 380474e035..e69de29bb2 100644 --- a/tests/conditional_processing/__init__.py +++ b/tests/conditional_processing/__init__.py @@ -1 +0,0 @@ -# -*- coding:utf-8 -*- |
