Changes between Initial Version and Version 1 of Ticket #3271


Ignore:
Timestamp:
06/18/2019 08:28:52 AM (5 years ago)
Author:
Calum
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3271 – Description

    initial v1  
    2020+    try:
    2121+        from pygeoip import GeoIP
    22 +    except:
    23 +        ImportError:
    24 +            pass
     22+    except ImportError:
     23+        pass
    2524 
    2625 try: