Mercurial > hg > simpypi
comparison tests/doctest.txt @ 44:d9bc2a586ed4
add an import
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 01 Mar 2012 12:04:06 -0800 |
parents | 089d5650d7e2 |
children | cb24b5265557 |
comparison
equal
deleted
inserted
replaced
43:089d5650d7e2 | 44:d9bc2a586ed4 |
---|---|
2 ============ | 2 ============ |
3 | 3 |
4 The obligatory imports:: | 4 The obligatory imports:: |
5 | 5 |
6 >>> import os | 6 >>> import os |
7 >>> import shutil | |
7 >>> import simpypi | 8 >>> import simpypi |
8 >>> from paste.fixture import TestApp | 9 >>> from paste.fixture import TestApp |
9 | 10 |
10 The directory is initially empty:: | 11 The directory is initially empty:: |
11 | 12 |