Files @ 8a4fb5758cb8
Branch filter:

Location: NPO-Accounting/conservancy_beancount/setup.py

bsturmfels
statement_reconciler: Fix TypeError in Chase reconciler

There was an incorrect call to replace().
1
2
3
4
5
6
7
#!/usr/bin/env python3
"""setup.py - setuptools compatibility shim"""

import setuptools

if __name__ == "__main__":
    setuptools.setup()