Skip to content

Commit

Permalink
add repo link to the script file
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Pokhilko committed Aug 12, 2019
1 parent e4f1664 commit 31112dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions registry.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#!/usr/bin/env python

######
# github repository: https://github.com/andrey-pohilko/registry-cli
#
# please read more details about the script, usage options and license info there
######

import requests
import ast
from requests.packages.urllib3.exceptions import InsecureRequestWarning
Expand Down

0 comments on commit 31112dd

Please sign in to comment.