Show
Ignore:
Timestamp:
02/06/03 15:49:04 (21 years ago)
Author:
jalet
Message:

edpykota should be ok now

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/storages/sql.py

    r719 r720  
    1515# 
    1616# $Log$ 
     17# Revision 1.8  2003/02/06 14:49:04  jalet 
     18# edpykota should be ok now 
     19# 
    1720# Revision 1.7  2003/02/06 14:28:59  jalet 
    1821# edpykota should be ok, minus some typos 
     
    5053        # storage should use fnmatch to match patterns and be storage agnostic 
    5154        result = self.doQuery("SELECT printername FROM printers;") 
    52         result = self.doParseResult() 
     55        result = self.doParseResult(result) 
    5356        if result is not None : 
    5457            for printer in result :