diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-04-25 00:18:15 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-04-25 00:18:15 +0000 |
| commit | 3fdfa8fab9ccfa661baa823d892ed563958ebba4 (patch) | |
| tree | 8f95ba60ace308c7604003c82416a0b056520e21 /repoze/bfg/tests/localeapp/__init__.py | |
| parent | 0b326088803e0c1adf58c550b329fbc33f884346 (diff) | |
| download | pyramid-3fdfa8fab9ccfa661baa823d892ed563958ebba4.tar.gz pyramid-3fdfa8fab9ccfa661baa823d892ed563958ebba4.tar.bz2 pyramid-3fdfa8fab9ccfa661baa823d892ed563958ebba4.zip | |
Move locale out of fixtures and into localeapp to prevent test runner weirdness (finding nonminimal.txt.py).
Diffstat (limited to 'repoze/bfg/tests/localeapp/__init__.py')
| -rw-r--r-- | repoze/bfg/tests/localeapp/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repoze/bfg/tests/localeapp/__init__.py b/repoze/bfg/tests/localeapp/__init__.py new file mode 100644 index 000000000..1a35cdb4a --- /dev/null +++ b/repoze/bfg/tests/localeapp/__init__.py @@ -0,0 +1 @@ +# a file |
