summaryrefslogtreecommitdiff
path: root/test/data
diff options
context:
space:
mode:
authorJulien Jehannet <julien.jehannet@logilab.fr>2010-06-04 20:07:04 +0200
committerJulien Jehannet <julien.jehannet@logilab.fr>2010-06-04 20:07:04 +0200
commit70c95c5a8b3a259567afa7e0c5efbf961e26abac (patch)
tree55fb8cc7acfeb5df80060986148fd1d395363deb /test/data
parent334418282f420740660cfec646ffa57035d67af7 (diff)
downloadlogilab-common-70c95c5a8b3a259567afa7e0c5efbf961e26abac.tar.gz
fix ImportError when test is not a module as expected by the testcase
Diffstat (limited to 'test/data')
-rw-r--r--test/data/deprecation.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/data/deprecation.py b/test/data/deprecation.py
new file mode 100644
index 0000000..be3b103
--- /dev/null
+++ b/test/data/deprecation.py
@@ -0,0 +1,4 @@
+# placeholder used by unittest_deprecation
+
+def moving_target():
+ pass