From 7bfb1d75ce7664e9692a905d0841527f374de28a Mon Sep 17 00:00:00 2001 From: florentx Date: Wed, 18 Aug 2010 21:33:38 +0200 Subject: [PATCH] Run the doctests. Remove "gistapi/gistapi.py" from MANIFEST. --- MANIFEST | 2 +- gistapi/tests/test_examples.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST b/MANIFEST index 543cedc..652f6ee 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2,4 +2,4 @@ HISTORY.rst README.rst setup.py gistapi/__init__.py -gistapi/gistapi.py +gistapi/core.py diff --git a/gistapi/tests/test_examples.py b/gistapi/tests/test_examples.py index da72ce7..451dba9 100644 --- a/gistapi/tests/test_examples.py +++ b/gistapi/tests/test_examples.py @@ -5,4 +5,4 @@ import doctest import gistapi # run doctests -doctest.testmod(gistapi) +doctest.testmod(gistapi.core)