-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated submodules with a bunch of changes to fix pyinstaller stuff a…
…nd more
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule aw-core
updated
10 files
+1 −0 | .travis.yml | |
+4 −5 | Makefile | |
+2 −0 | appveyor.yml | |
+8 −0 | aw_core/__init__.py | |
+1 −1 | aw_core/cached_views.py | |
+2 −0 | aw_core/config.py | |
+15 −1 | aw_core/log.py | |
+12 −11 | aw_core/query.py | |
+3 −3 | aw_core/views.py | |
+0 −13 | stubs/pymongo.pyi |
Submodule aw-qt
updated
4 files
+2 −2 | aw-qt.spec | |
+0 −0 | aw_qt/__main__.py | |
+15 −8 | aw_qt/main.py | |
+25 −9 | aw_qt/manager.py |
Submodule aw-server
updated
4 files
+1 −1 | .travis.yml | |
+6 −0 | Makefile | |
+2 −2 | aw_server/api.py | |
+1 −1 | aw_server/server.py |