Show
Ignore:
Timestamp:
06/18/06 20:27:35 (18 years ago)
Author:
jerome
Message:

Fixed path problem.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/accounter.py

    r2945 r2947  
    100100        accounterbackend = imp.load_source("accounterbackend",  
    101101                                            os.path.join(os.path.dirname(__file__), 
    102                                                          "storages", 
     102                                                         "accounters", 
    103103                                                         "%s.py" % backend.lower())) 
    104104    except ImportError :