PageRenderTime 26ms CodeModel.GetById 17ms app.highlight 6ms RepoModel.GetById 1ms app.codeStats 0ms

/lib/galaxy/__init__.py

https://bitbucket.org/ialbert/galaxy-genetrack
Python | 5 lines | 1 code | 1 blank | 3 comment | 0 complexity | e848a1b4bfba3037e2ff5e515f6724c1 MD5 | raw file
1"""
2Galaxy root package -- this is a namespace package.
3"""
4
5__import__( "pkg_resources" ).declare_namespace( __name__ )