Remove unused python imports from generate-html.py

This commit is contained in:
Andrew Scheller 2015-11-12 02:13:00 +00:00
parent 0489d049f7
commit f620d88202
1 changed files with 0 additions and 3 deletions

View File

@ -1,13 +1,10 @@
#!/usr/bin/env python
import json
import markdown
import unicodedata
import re
import os
import time
import sys
import pinout
import yaml
import markjaml
import urlmapper