1

2

3

4

5

6

7

8

9

10

11

12

13

# http://pyrocko.org - GPLv3 

# 

# The Pyrocko Developers, 21st Century 

# ---|P------/S----------~Lg---------- 

 

from __future__ import absolute_import, print_function 

 

import pkgutil 

 

command_modules = [] 

 

for _, modname, ispkg in pkgutil.iter_modules(__path__, __name__ + '.'): 

command_modules.append(__import__(modname, fromlist='dummy'))