Skip to content

Commit

Permalink
Fixed line length of previous commit. Some of us still use (and prefe…
Browse files Browse the repository at this point in the history
…r) text editors on the console. Let's keep lines under 80 characters in length.
  • Loading branch information
Waylan Limberg committed Jan 9, 2011
1 parent 6827333 commit 708e2cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ def _get_page_title(self, path):
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:
Expand Down

0 comments on commit 708e2cb

Please sign in to comment.