Skip to content
Snippets Groups Projects
Commit 429839d9 authored by Sam Gleske's avatar Sam Gleske
Browse files

python-gitlab3 is new library! closes #11

parent 94f80994
No related branches found
Tags v0.3.1
No related merge requests found
......@@ -38,7 +38,7 @@ elif len(args) > 1:
project_name=args[0]
git=gitlab.Gitlab(gitlab_url,token_secret)
git=gitlab.GitLab(gitlab_url,token_secret)
def findgroup(gname):
#Locate the group
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment