Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
82496dc8
Commit
82496dc8
authored
Dec 10, 2015
by
J. Fernando Sánchez
Browse files
Trying to fix an issue with ShelfPlugin
parent
f74ee668
Changes
2
Hide whitespace changes
Inline
Side-by-side
senpy/plugins.py
View file @
82496dc8
...
...
@@ -152,4 +152,5 @@ class ShelfMixin(object):
return
self
.
_shelf_file
def
close
(
self
):
self
.
sh
.
close
()
del
(
self
.
_sh
)
setup.py
View file @
82496dc8
...
...
@@ -15,7 +15,7 @@ except AttributeError:
install_reqs
=
[
str
(
ir
.
req
)
for
ir
in
install_reqs
]
test_reqs
=
[
str
(
ir
.
req
)
for
ir
in
test_reqs
]
VERSION
=
"0.4.1
0
"
VERSION
=
"0.4.1
1rc
"
setup
(
name
=
'senpy'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment