sites/irclogs.qmsk.net/urls.py
changeset 45 e94ab812c0c8
parent 43 fc11c4e86a82
equal deleted inserted replaced
44:d09cc8b3709c 45:e94ab812c0c8
     2 """
     2 """
     3     URL mapping for the irclogs.qmsk.net site
     3     URL mapping for the irclogs.qmsk.net site
     4 """
     4 """
     5 
     5 
     6 # urltree stuff
     6 # urltree stuff
     7 from urltree import URLConfig, URL, URLTree
     7 from lib.urltree import URLConfig, URL, URLTree
     8 
     8 
     9 # our own handlers
     9 # our own handlers
    10 import handlers
    10 import handlers
    11 
    11 
    12 # for types
    12 # for types