ghwt: Add a comment at the top briefly explaining what it is

pull/2352/head
Luke Shumaker 8 years ago
parent ef9a49d464
commit 3f446a79ec
  1. 5
      ghwt.py

@ -14,6 +14,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ghwt - GitHub WrapTool
#
# An emergency wraptool(1) replacement downloader that downloads
# directly from GitHub in case wrapdb.mesonbuild.com is down.
import urllib.request, json, sys, os, shutil, subprocess
import configparser, hashlib

Loading…
Cancel
Save