이 웹사이트는 자바스크립트가 필요합니다.
탐색
도움말
로그인
Personal
/
realms-wiki
주시
1
좋아요
0
포크
You've already forked realms-wiki
0
코드
이슈
풀 리퀘스트
릴리즈
위키
활동
1fef1b754c
realms-wiki
/
realms
/
modules
/
auth
/
local
히스토리
Download ZIP
Download TAR.GZ
stef
6a043f4a7d
more readable imports
2016-09-05 01:30:37 +02:00
..
__init__.py
more readable imports
2016-09-05 01:30:37 +02:00
commands.py
more readable imports
2016-09-05 01:30:37 +02:00
forms.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
hooks.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
models.py
more readable imports
2016-09-05 01:30:37 +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