added more tests
include img in manifest disclaimer in root cli script add blinker to dev tools version file included in package cli bug fixes
This commit is contained in:
parent
38e5ef85c0
commit
bf3b3d3d74
13 changed files with 178 additions and 120 deletions
12
realms-wiki
12
realms-wiki
|
@ -1,6 +1,14 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from realms.commands import cli
|
||||
import pip
|
||||
from realms.cli import cli
|
||||
|
||||
if __name__ == '__main__':
|
||||
print
|
||||
print "----------------------------------"
|
||||
print "This script is for development.\n" \
|
||||
"If you installed via pip, " \
|
||||
"you should have realms-wiki in your PATH that should be used instead."
|
||||
print "----------------------------------"
|
||||
print
|
||||
|
||||
cli()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue