Skip to content

Commit

Permalink
Remove pypandoc, since we are using pandoc directly.
Browse files Browse the repository at this point in the history
  • Loading branch information
purpleidea committed Oct 18, 2014
1 parent 5ac5577 commit bdf9601
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
p = os.path.join(data, 'pandoc/bin/')
os.environ['PATH'] = ':'.join([l, p, os.environ['PATH']])

import pypandoc

def github_tokens_to_dictionary(tokens):
"""Split an array of tokens into a named dictionary."""
variables = ['site', 'username', 'project', 'commit', 'filename']
Expand Down

0 comments on commit bdf9601

Please sign in to comment.