diff options
Diffstat (limited to 'subcmds/smartsync.py')
-rw-r--r-- | subcmds/smartsync.py | 2 |
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 | ||
16 | from sync import Sync | 16 | from subcmds.sync import Sync |
17 | 17 | ||
18 | class Smartsync(Sync): | 18 | class Smartsync(Sync): |
19 | common = True | 19 | common = True |