Changeset 13

Show
Ignore:
Timestamp:
11/18/08 14:06:45 (7 weeks ago)
Author:
mbertoldi
Message:

Added NotImplementedException?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • gnrpy/gnr/core/gnrlang.py

    r1 r13  
    4949    return newFunc 
    5050 
     51class NotImplementedException(Exception):  
     52    pass 
    5153 
    5254def getUuid():