diff options
| author | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2015-09-03 16:31:05 +0200 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2015-09-03 16:31:05 +0200 |
| commit | d8fdbc4157623af8c2fabb4878e2de10a3efa933 (patch) | |
| tree | ecdffa2e40e22191e0fab9e8e05015d8fb9811bd | |
| parent | 21fdf1b901f30b45251d918bd936b7453ce0ff46 (diff) | |
| download | gitlab-d8fdbc4157623af8c2fabb4878e2de10a3efa933.tar.gz | |
README: add missing import in sample
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ Patches are welcome! `````python # See https://github.com/gitlabhq/gitlabhq/tree/master/doc/api for the source. +from gitlab import Gitlab # Register a connection to a gitlab instance, using its URL and a user private # token |
