Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
3aaa5de1
"git@git.duniter.org:clients/gecko.git" did not exist on "7d13644c7124bf773f05a1616fa0c5a450557727"
Commit
3aaa5de1
authored
9 years ago
by
inso
Browse files
Options
Downloads
Patches
Plain Diff
Using quamash branch
parent
964d5cd8
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
requirements.txt
+1
-1
1 addition, 1 deletion
requirements.txt
src/sakia/main.py
+2
-2
2 additions, 2 deletions
src/sakia/main.py
src/sakia/tests/quamash_utils.py
+1
-1
1 addition, 1 deletion
src/sakia/tests/quamash_utils.py
with
4 additions
and
4 deletions
requirements.txt
+
1
−
1
View file @
3aaa5de1
ucoinpy
>=0.13
ucoinpy
>=0.13
git+https://github.com/
Insolee
t/quamash.git@
qeventloop
git+https://github.com/
harvim
t/quamash.git@
gh45
asynctest
asynctest
git+https://github.com/networkx/networkx.git@v1.11
git+https://github.com/networkx/networkx.git@v1.11
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/sakia/main.py
+
2
−
2
View file @
3aaa5de1
...
@@ -16,7 +16,7 @@ import jsonschema
...
@@ -16,7 +16,7 @@ import jsonschema
# To force cx_freeze import
# To force cx_freeze import
import
PyQt5.QtSvg
import
PyQt5.QtSvg
from
quamash
import
QEventLoop
Selector
from
quamash
import
Q
Selector
EventLoop
from
PyQt5.QtWidgets
import
QApplication
from
PyQt5.QtWidgets
import
QApplication
from
sakia.gui.mainwindow
import
MainWindow
from
sakia.gui.mainwindow
import
MainWindow
from
sakia.core.app
import
Application
from
sakia.core.app
import
Application
...
@@ -61,7 +61,7 @@ if __name__ == '__main__':
...
@@ -61,7 +61,7 @@ if __name__ == '__main__':
# activate ctrl-c interrupt
# activate ctrl-c interrupt
signal
.
signal
(
signal
.
SIGINT
,
signal
.
SIG_DFL
)
signal
.
signal
(
signal
.
SIGINT
,
signal
.
SIG_DFL
)
sakia
=
QApplication
(
sys
.
argv
)
sakia
=
QApplication
(
sys
.
argv
)
loop
=
QEventLoop
Selector
(
sakia
)
loop
=
Q
Selector
EventLoop
(
sakia
)
loop
.
set_exception_handler
(
async_exception_handler
)
loop
.
set_exception_handler
(
async_exception_handler
)
asyncio
.
set_event_loop
(
loop
)
asyncio
.
set_event_loop
(
loop
)
...
...
This diff is collapsed.
Click to expand it.
src/sakia/tests/quamash_utils.py
+
1
−
1
View file @
3aaa5de1
...
@@ -9,7 +9,7 @@ _application_ = []
...
@@ -9,7 +9,7 @@ _application_ = []
class
QuamashTest
:
class
QuamashTest
:
def
setUpQuamash
(
self
):
def
setUpQuamash
(
self
):
self
.
qapplication
=
get_application
()
self
.
qapplication
=
get_application
()
self
.
lp
=
quamash
.
QEventLoop
Selector
(
self
.
qapplication
)
self
.
lp
=
quamash
.
Q
Selector
EventLoop
(
self
.
qapplication
)
asyncio
.
set_event_loop
(
self
.
lp
)
asyncio
.
set_event_loop
(
self
.
lp
)
self
.
lp
.
set_exception_handler
(
lambda
l
,
c
:
unitttest_exception_handler
(
self
,
l
,
c
))
self
.
lp
.
set_exception_handler
(
lambda
l
,
c
:
unitttest_exception_handler
(
self
,
l
,
c
))
self
.
exceptions
=
[]
self
.
exceptions
=
[]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment