Show
Ignore:
Timestamp:
21/08/07 23:28:15 (3 years ago)
Author:
athomas
Message:

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

Files:
1 moved

Legend:

Unmodified
Added
Removed
  • 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