本網站需要 JavaScript。
探索
說明
登入
Personal
/
realms-wiki
關註
1
收藏
0
複製
You've already forked realms-wiki
0
程式碼
問題管理
合併請求
版本發佈
Wiki
Activity
87827ca156
realms-wiki
/
realms
/
modules
/
auth
/
oauth
文件歷史
Download ZIP
Download TAR.GZ
Stephane Martin
0288038111
make imports absolute
2016-09-05 01:31:01 +02:00
..
__init__.py
make imports absolute
2016-09-05 01:31:01 +02:00
models.py
make imports absolute
2016-09-05 01:31:00 +02:00
views.py
systematic use of
from __future__ import absolute_import
. it eliminates
import NAME
confusion with very common names (eg.
import ldap
is very ambiguous: can be a ldap module from realms-wiki, a ldap module from flask-ldap-login, or
python-ldap
module.
2016-09-05 01:29:29 +02:00