Commit 66c71f34118459186baf37a6086dc176d0cd8e86

Authored by Chunk
1 parent 61e78eb3
Exists in master and in 1 other branch refactor

staged.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
mmodel/svm/svmutil.py
... ... @@ -3,8 +3,8 @@
3 3 import os
4 4 import sys
5 5  
6   -from mmodel.svm.libsvm import *
7   -from mmodel.svm.libsvm import __all__ as svm_all
  6 +from ..svm.libsvm import *
  7 +from ..svm.libsvm import __all__ as svm_all
8 8  
9 9  
10 10 __all__ = ['evaluations', 'svm_load_model', 'svm_predict', 'svm_read_problem',
... ...