Commit 07481bcb authored by Luke Mewburn's avatar Luke Mewburn
Browse files

allow *.py to be run as standalone scripts

parent d15197be
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
#!/usr/bin/env python3

import logging
import json
import os

testing/lint_asn1.py

100644 → 100755
+0 −0

File mode changed from 100644 to 100755.

testing/lint_xml.py

100644 → 100755
+2 −0
Original line number Diff line number Diff line
#!/usr/bin/env python3

from pathlib import Path

import difflib

testing/merge_test.py

100644 → 100755
+2 −0
Original line number Diff line number Diff line
#!/usr/bin/env python3

import os
import pprint
import requests