Show
Ignore:
Timestamp:
08/21/07 08:28:15 (1 year ago)
Author:
athomas
Message:

pyndexter: All modules are now prefixed with _ to avoid import collisions. Updated unit tests.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pyndexter/trunk/pyndexter/indexers/_lupy.py

    r395 r452  
    3434import os 
    3535from pyndexter import * 
    36 lupy = __import__('lupy', {}, {}, ['']) 
    37 lupy.indexer = __import__('lupy.indexer', {}, {}, ['']) 
    38 lupy.search = __import__('lupy.search', {}, {}, ['']) 
     36import lupy 
     37import lupy.indexer 
     38import lupy.search 
    3939 
    4040