sequenceeditor: use a plain old loop instead of tuple(map(...))
[git-cola.git] / setup.py
blob4356bfc5a900b258841fce7f7c789f44f653b7a2
1 import setuptools
3 if __name__ == '__main__':
4 setuptools.setup()