Skip to content

Commit

Permalink
Remove PyQt gui
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Jun 13, 2018
1 parent 648d0fd commit 3a6a9e7
Show file tree
Hide file tree
Showing 22 changed files with 3 additions and 1,016 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ env:
addons:
apt:
packages:
- qt4-qmake
- libqt4-dev
- libhdf5-serial-dev

before_install:
- bash .travis-install-hdf5.sh
- bash ci/install-hdf5.sh

cache:
directories:
Expand All @@ -33,14 +31,11 @@ install:
- env
- ls -al ${VIRTUAL_ENV}/lib/python${TRAVIS_PYTHON_VERSION}/site-packages
- ls -al ${VIRTUAL_ENV}/bin
- ci/install_pyqt.sh
- python -c "import PyQt4;print(PyQt4)"
- pip install "setuptools>=36"
- HDF5_DIR=$HDF5_ROOT pip install --no-binary=h5py h5py
- pip install -r requirements/test.txt
- pip install coveralls
- ls -al ${VIRTUAL_ENV}/lib/python${TRAVIS_PYTHON_VERSION}/site-packages
- ldd ${VIRTUAL_ENV}/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/PyQt4/*.so
- ls -al ${VIRTUAL_ENV}/bin
- python setup.py bdist_egg

Expand Down
File renamed without changes.
39 changes: 0 additions & 39 deletions ci/install_pyqt.sh

This file was deleted.

4 changes: 2 additions & 2 deletions malcolm/core/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from annotypes import Anno, Array, TYPE_CHECKING, Union, Sequence

from malcolm.compat import OrderedDict, maybe_import_cothread, \
get_pool_num_threads
get_pool_num_threads, str_
from .context import Context
from .controller import Controller
from .errors import WrongThreadError
Expand Down Expand Up @@ -70,7 +70,7 @@ class Process(Loggable):
"""Hosts a number of Controllers and provides spawn capabilities"""

def __init__(self, name):
# type: (str) -> None
# type: (str_) -> None
self.set_logger(process_name=name)
self.name = name
self._cothread = maybe_import_cothread()
Expand Down
Empty file removed malcolm/gui/__init__.py
Empty file.
31 changes: 0 additions & 31 deletions malcolm/gui/attributeitem.py

This file was deleted.

72 changes: 0 additions & 72 deletions malcolm/gui/baseitem.py

This file was deleted.

55 changes: 0 additions & 55 deletions malcolm/gui/blockgui.py

This file was deleted.

48 changes: 0 additions & 48 deletions malcolm/gui/blockitem.py

This file was deleted.

98 changes: 0 additions & 98 deletions malcolm/gui/delegate.py

This file was deleted.

0 comments on commit 3a6a9e7

Please sign in to comment.