]> git.ipfire.org Git - ipfire.org.git/blobdiff - pakfire/show.py
Fixed show.py just one dns bug remaining
[ipfire.org.git] / pakfire / show.py
index 08704a395c0d4a14ff3aaf3bbfaeded7b4b5d71b..ac69ee089706a62d887353d3253ec568fc24cb6a 100644 (file)
@@ -1,6 +1,12 @@
 #!/usr/bin/python
 
-import cgitb, os, time, socket, cgi, DNS, GeoIP
+import cgitb
+import os
+import time
+import socket
+import cgi
+#import DNS
+import GeoIP
 cgitb.enable()
 
 #gi = GeoIP.new(GeoIP.GEOIP_STANDARD)
@@ -31,6 +37,7 @@ def print_header():
        <body>
                <h1>IPFire Distribution</h1>
                <p>Made: %s</p>''' % (os.environ['SCRIPT_NAME'], ver, uuid, time.ctime())
+       print "</table>"
 
 def beautify_ip(ip):
        try: