View list row selection works
[ipypbx] / src / ipypbx / sql.py
index a467d16..b332d37 100644 (file)
@@ -14,7 +14,4 @@ creation_queries = (
 #    '''
     )
 
-class Connection(object):
-    id, name, local_ip_address, local_port, freeswitch_ip_address, \
-        freeswitch_port = range(6)