| 159 | } |
| 160 | |
| 161 | void LoadClassificator(std::string const & classifPath) |
| 162 | { |
| 163 | GetPlatform().SetResourceDir(classifPath); |
| 164 | classificator::Load(); |
| 165 | } |
| 166 | } // namespace |
| 167 | |
| 168 | BOOST_PYTHON_MODULE(pytraffic) |
nothing calls this directly
no test coverage detected