projects
/
Plinn.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
typo--
[Plinn.git]
/
Products
/
__init__.py
1
try
:
2
__import__
(
'pkg_resources'
).
declare_namespace
(
__name__
)
3
except
ImportError
:
4
from
pkgutil
import
extend_path
5
__path__
=
extend_path
(
__path__
,
__name__
)