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
7b9f8a8b
Commit
7b9f8a8b
authored
Dec 11, 2015
by
Ignacio Corcuera
Browse files
Merge branch 'master' of github.com:gsi-upm/senpy into nacho
parents
d304dec2
82496dc8
Changes
3
Hide whitespace changes
Inline
Side-by-side
logo_fp7.gif
deleted
100644 → 0
View file @
d304dec2
5.13 KB
senpy/plugins.py
View file @
7b9f8a8b
...
...
@@ -152,4 +152,5 @@ class ShelfMixin(object):
return
self
.
_shelf_file
def
close
(
self
):
self
.
sh
.
close
()
del
(
self
.
_sh
)
setup.py
View file @
7b9f8a8b
...
...
@@ -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