~pkgme-committers/pkgme/trunk

« back to all changes in this revision

Viewing changes to pkgme/tests/test_template_file.py

  • Committer: Tarmac
  • Author(s): Jonathan Lange
  • Date: 2012-09-04 15:27:39 UTC
  • mfrom: (136.4.25 imports-and-tempdir)
  • Revision ID: tarmac-20120904152739-lvhce4cmr06ot2e0
[r=jml] Deprecate TempdirFixture. Use treeshape 0.2.1 instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
from testtools import TestCase
2
2
 
3
 
from pkgme.template_file import TemplateFile
 
3
from ..template_file import TemplateFile
4
4
 
5
5
 
6
6
class TemplateFileTests(TestCase):