Rearrange files

+ move remaining data models into dm/
+ remove tr/tornado, tr/bup, and pynetlinux symlinks.
+ Instead, use sys.path.append("...") in every unit test and runserver.py.
  I know sys.path is ugly. Nonetheless the module problem making tornado code
    think it had a different module path than the rest of the source was
    killing me.
+ Remove tornadi_fix, no longer needed.
+ Revert tornado.httpclient Curl hack, restore it to SimpleHttpClient.
  configure("curl_httpclient") in runserver.py, the way it should be done.
+ fix acs_integration_test, broken by Listen(acs_url_file) change
+ fix api_test, broken by the cwmp:ID. Don't make exact XML comparisons.
1 file changed
tree: 89505345bac1b3a2b1c79ebe2d38858646e21aa4
  1. demos/
  2. tornado/
  3. website/
  4. .gitignore
  5. MANIFEST.in
  6. README
  7. setup.py