aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/model/repos_group.py
diff options
context:
space:
mode:
authorStevan Radaković <stevan.radakovic@linaro.org>2013-03-27 18:04:47 +0100
committerStevan Radaković <stevan.radakovic@linaro.org>2013-03-27 18:04:47 +0100
commit46ce2541c4dee8e40b53ad5c99749f3039c85f8e (patch)
tree9674dbba7259ca0c302429cfb331bdf5388d3819 /rhodecode/model/repos_group.py
parente06e946525e259b9aa1a117344438b7f2c92eab5 (diff)
Change SystemCommand class location.
Diffstat (limited to 'rhodecode/model/repos_group.py')
-rw-r--r--rhodecode/model/repos_group.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhodecode/model/repos_group.py b/rhodecode/model/repos_group.py
index 50617d30..12208273 100644
--- a/rhodecode/model/repos_group.py
+++ b/rhodecode/model/repos_group.py
@@ -30,7 +30,7 @@ import shutil
import datetime
from rhodecode.lib.utils2 import LazyProperty
-from rhodecode.lib.helpers import SystemCommand
+from rhodecode.lib.system_command import SystemCommand
from rhodecode.model import BaseModel
from rhodecode.model.db import RepoGroup, RhodeCodeUi, UserRepoGroupToPerm, \