CisterMoke

Results 2 issues of CisterMoke

Changed the `__getattr__` definition in `Pypher` to fix issue https://github.com/emehrkay/Pypher/issues/47. Properties are now recognized as attributes enclosed by single underscores instead of double underscored to avoid any interference with the...

The `CRFsuiteDumpParser` parses a dump line per line with the assumption that each line is complete. Whenever an attribute contains a newline however, some lines will be broken up over...