Added tests for old imports

This commit is contained in:
Armin Ronacher 2011-09-18 03:26:46 +02:00
parent 80bd6949a6
commit f80bfcaa28
5 changed files with 32 additions and 5 deletions

View file

@ -0,0 +1 @@
ext_id = 'oldext_package'

View file

@ -0,0 +1,2 @@
def test_function():
return 42

View file

@ -0,0 +1 @@
ext_id = 'oldext_simple'