Changeset 1260 in products


Ignore:
Timestamp:
Sep 2, 2009 10:54:01 AM (15 years ago)
Author:
crchemist
Message:

added cfg to known file extensions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.distrpoxy/trunk/quintagroup/distproxy/wsgi.py

    r1083 r1260  
    3737        pth = self.pack_dir + path 
    3838        pth1 = pth 
    39         if not (path[-3:] in ['tgz','.gz','egg','zip','exe']):  
     39        if not (path[-3:] in ['tgz','.gz','egg','zip','exe','cfg']):  
    4040            pth1 = pth + 'index.html' 
    4141        else: 
Note: See TracChangeset for help on using the changeset viewer.