Is it possible to make python packages without __init__.py in directory(python 2)?The official docs talks nothing about this topic.
            Asked
            
        
        
            Active
            
        
            Viewed 87 times
        
    1
            
            
         
    
    
        phunsukwangdu
        
- 412
- 5
- 13
- 
                    Before Python 3.3, you can not do it. – Moinuddin Quadri Jan 31 '17 at 20:54
- 
                    oh yes i see the point.thx – phunsukwangdu Jan 31 '17 at 21:18