mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import threading
|
import threading
|
||||||
import urlparse
|
|
||||||
|
|
||||||
from . import expand_path
|
from . import expand_path
|
||||||
|
from .compat import urlparse
|
||||||
from .. import log
|
from .. import log
|
||||||
from ..doubleclick import click, ctx
|
from ..doubleclick import click, ctx
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue