├── .gitmodules ├── LICENSE ├── README.md ├── after.png ├── before.png └── dsc_fix.py /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepinstinct/dsc_fix/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepinstinct/dsc_fix/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepinstinct/dsc_fix/HEAD/README.md -------------------------------------------------------------------------------- /after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepinstinct/dsc_fix/HEAD/after.png -------------------------------------------------------------------------------- /before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepinstinct/dsc_fix/HEAD/before.png -------------------------------------------------------------------------------- /dsc_fix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deepinstinct/dsc_fix/HEAD/dsc_fix.py --------------------------------------------------------------------------------