added shebangs

This commit is contained in:
checktheroads 2019-05-13 12:48:25 -07:00
parent 1c6528360c
commit 2107c58d32
10 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1 @@
#!/usr/bin/env python3

View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
from hyperglass.command import execute
from hyperglass.command import construct
from hyperglass.command import parse

View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import re
import sys
import toml

View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import sys
import time
from netaddr import *

View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
def parse(output, type, cmd):
"""Splits Cisco IOS BGP output by AFI, returns only IPv4 & IPv6 output for protocol-agnostic commands (Community & AS_PATH Lookups)"""
try:

View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import os
import math
import toml

View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
# Module Imports
import sys
import json

View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import os
import sass
import codecs

View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import os
import hyperglass
from hyperglass.hyperglass import app

View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import os
import sys
import click