summaryrefslogtreecommitdiffstats
path: root/subcmds/smartsync.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/smartsync.py')
-rw-r--r--subcmds/smartsync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/smartsync.py b/subcmds/smartsync.py
index 1edbd35b..e164859f 100644
--- a/subcmds/smartsync.py
+++ b/subcmds/smartsync.py
@@ -13,7 +13,7 @@
13# See the License for the specific language governing permissions and 13# See the License for the specific language governing permissions and
14# limitations under the License. 14# limitations under the License.
15 15
16from sync import Sync 16from subcmds.sync import Sync
17 17
18class Smartsync(Sync): 18class Smartsync(Sync):
19 common = True 19 common = True