Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
flake8
  • Loading branch information
Kwpolska committed Jan 27, 2015
1 parent ed6eb90 commit c42c605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v7/import_jekyll/import_jekyll.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2014,2015 Miguel Ángel García
# Copyright © 2014, 2015 Miguel Ángel García

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down Expand Up @@ -151,7 +151,7 @@ def _import_posts(self):
class JekyllPostImport(object):
def import_file(self, path):
def new_filename(filename):
_, ext = os.path.splitext(filename)
_, ext = os.path.splitext(filename)
return '{0}{1}'.format(slugify_file(filename), ext)

jmetadata, jcontent = self._split_metadata(path)
Expand Down

0 comments on commit c42c605

Please sign in to comment.