Skip to content

Commit

Permalink
Remove leftover files, fix filename
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jan 8, 2017
1 parent c9b56bc commit 79e4d05
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 40 deletions.
1 change: 1 addition & 0 deletions plugins/__init__.py
@@ -0,0 +1 @@
# Plugin modules go here.
4 changes: 0 additions & 4 deletions v7/README.md

This file was deleted.

36 changes: 0 additions & 36 deletions v7/conf.py.sample

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions v7/pkgindex_compiler/pkgindex_compiler.py
Expand Up @@ -126,6 +126,7 @@ def parse_plugin_file(post, pkg_dir, config):
else:
data['nonpyreqs'] = []

print(reqplugins)
if os.path.exists(reqplugins):
with io.open(reqplugins, 'r', encoding='utf-8') as f:
data['pluginreqs'] = f.readlines()
Expand Down

0 comments on commit 79e4d05

Please sign in to comment.