From 708e2cbee48f80c25ff0f6a94de8b6bcbe116567 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sun, 9 Jan 2011 10:58:11 -0500 Subject: Fixed line length of previous commit. Some of us still use (and prefer) text editors on the console. Let's keep lines under 80 characters in length. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5f00c0d..9b87396 100755 --- a/setup.py +++ b/setup.py @@ -116,8 +116,8 @@ class build_docs(Command): return 'Python Markdown' def run(self): - # Before importing markdown, we have to tweak sys.path because we have to import it from - # the build directory (we might have ran 2to3 on the library) + # Before importing markdown, tweak sys.path to import from the + # build directory (2to3 might have run on the library). bld_cmd = self.get_finalized_command("build") sys.path.insert(0, bld_cmd.build_lib) try: -- cgit v1.2.3