mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-08 11:15:52 +00:00
Fix Py3
This commit is contained in:
parent
6d50112f97
commit
f32b4411ae
1 changed files with 1 additions and 1 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
import threading
|
||||
import urlparse
|
||||
|
||||
from . import expand_path
|
||||
from .compat import urlparse
|
||||
from .. import log
|
||||
from ..doubleclick import click, ctx
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue