コード例 #1
0
def init(projectName, **kwargs):
    '''Create a local repository in the working directory and link it to an existing Get Localization project.'''
    Repository.create_repository(projectName)
    print "Repository created..."
コード例 #2
0
def init(projectName, **kwargs):
    '''Create a local repository in the working directory and link it to an existing Get Localization project.'''
    Repository.create_repository(projectName)
    print "Repository created..."