misc/cwfs/cwfs.py
changeset 10907 9ae707db5265
parent 10669 155c29e0ed1c
equal deleted inserted replaced
10906:e1ce0866afe9 10907:9ae707db5265
   171 
   171 
   172 
   172 
   173 def to_rql(path) :
   173 def to_rql(path) :
   174     p = SytPathParser(SCHEMA,path)
   174     p = SytPathParser(SCHEMA,path)
   175     return p.parse()
   175     return p.parse()
   176