dependency added
This commit is contained in:
parent
de80f5c9e9
commit
96c6226f7e
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
import os, errno, re
|
||||
import logging
|
||||
|
||||
from gitosis import util
|
||||
|
||||
log = logging.getLogger('gitosis.ssh')
|
||||
|
||||
_ACCEPTABLE_USER_RE = re.compile(r'^[a-zA-Z][a-zA-Z0-9_.-]*(@[a-zA-Z][a-zA-Z0-9.-]*)?$')
|
||||
|
|
Loading…
Reference in a new issue