Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit77c7c6f

Browse files
author
谢炜
committed
#3 fix import error on Python3
1 parentbc74781 commit77c7c6f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

‎CHANGELOG‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* 0.4.7 (2020-08-26)
2+
- #3 fix import error on Python3
13
* 0.4.6 (2020-08-03)
24
- #2 support for cnf directories
35
* 0.4.5 (2020-04-17)

‎VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.6
1+
0.4.7

‎apt_mirror/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def __init__(self, config_file):
217217
# config
218218
self.config=MirrorConfig(config_file)
219219
# global settings
220-
importutils
220+
from .importutils
221221
utils.TILDE=self.config._tilde
222222

223223
self.mirrors= []

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp