https://github.com/mfitzp/icoshift
Revision 2024330e08d6ea4eae92e46f60f846ba665e1648 authored by Martin Fitzpatrick on 16 October 2014, 19:03:36 UTC, committed by Martin Fitzpatrick on 16 October 2014, 19:03:36 UTC
1 parent 4b682f8
Raw File
Tip revision: 2024330e08d6ea4eae92e46f60f846ba665e1648 authored by Martin Fitzpatrick on 16 October 2014, 19:03:36 UTC
More code cleanup: remove redundant MATLAB ui code and fix function calling
Tip revision: 2024330
.gitignore
*.py[cod]
*.gz

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.idea
back to top