Thomas Spura
Thomas Spura
This branch contains some fixes and initial work to port to python3.
One possibility would be [boost::hash](http://www.boost.org/doc/libs/1_47_0/doc/html/hash.html) or [std::hash](http://en.cppreference.com/w/cpp/utility/hash).
From #210: > Test 180 only fails when 181 runs and overwrites it's testdata/bert2 files because 181 doesn't include hello since it's not used by 181.py, but 180 does use...
It seems the tests are always installing `tornado=2.4.1` and tornado 3.0 and higher is not supported yet. Is that right? I'd like to upgrade python-tornado to 3.1.1 and it seems...
Is `tornadio2` compatible with `tornado > 3`? Over here I just got these failures: ``` ====================================================================== ERROR: tests.gen_test.test ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest...
This PR adds a small python Client class, which can be used in other codes to easily implement a new force driver as well as adds input files to provide...