Changeset 3123

Show
Ignore:
Timestamp:
07/10/08 13:46:47 (5 years ago)
Author:
getxsick
Message:

Another fixing of importing issue. I mean about root of import.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branch/UMPA/umpa/sockets.py

    r3122 r3123  
    2323from socket import * 
    2424 
    25 import utils 
    26 from utils import UMPAException 
     25import umpa.utils 
     26from umpa.utils import UMPAException 
    2727 
    2828class Socket: