1 

2import sys 

3import pyrocko 

4if pyrocko.grumpy == 1: 

5 sys.stderr.write('using renamed pyrocko module: pyrocko.marker\n') 

6 sys.stderr.write(' -> should now use: pyrocko.gui.marker\n\n') 

7elif pyrocko.grumpy == 2: 

8 sys.stderr.write('pyrocko module has been renamed: pyrocko.marker\n') 

9 sys.stderr.write(' -> should now use: pyrocko.gui.marker\n\n') 

10 raise ImportError('Pyrocko module "pyrocko.marker" has been renamed to "pyrocko.gui.marker".') 

11 

12from pyrocko.gui.marker import *