Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Feb 4, 2016
1 parent 798891e commit 77b5f45
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions v7/kramdown/kramdown.py
Expand Up @@ -36,11 +36,11 @@

import codecs
import os
from os.path import abspath, dirname, join
from os.path import abspath
import subprocess

from nikola.plugin_categories import PageCompiler
from nikola.utils import makedirs, req_missing, write_metadata
from nikola.utils import makedirs, write_metadata


class CompileKramdown(PageCompiler):
Expand Down
1 change: 1 addition & 0 deletions v7/kramdown/requirements-nonpy.txt
@@ -0,0 +1 @@
kramdown::http://kramdown.gettalong.org/
1 change: 0 additions & 1 deletion v7/kramdown/requirements.txt

This file was deleted.

1 change: 0 additions & 1 deletion v7/kramdown/res

This file was deleted.

0 comments on commit 77b5f45

Please sign in to comment.