The changes in most files between 0.1 and 0.2 are so large that git is unable to automatically detect the renames that took place. This commit moves files into their new locations so that the history is accurate.pull/5/head
parent
dfc747f9c6
commit
cb59e85c2e
@ -1,8 +1,8 @@ |
||||
# $Id: accounts.py 44 2006-12-31 07:09:27Z mspang $ |
||||
# UNIX Accounts Module |
||||
import re |
||||
from csc.backend import ldapi, krb |
||||
from csc.lib import read_config |
||||
from csc.backends import ldapi, krb |
||||
from csc.common.conf import read_config |
||||
|
||||
CONFIG_FILE = '/etc/csc/accounts.cf' |
||||
|
@ -0,0 +1,3 @@ |
||||
""" |
||||
Generally Useful Common Modules |
||||
""" |
Loading…
Reference in new issue