diff options
author | Radomir Dopieralski <openstack@sheep.art.pl> | 2014-05-20 13:31:49 +0200 |
---|---|---|
committer | Radomir Dopieralski <openstack@sheep.art.pl> | 2014-05-20 13:31:49 +0200 |
commit | 43052a70a07b666e3f43af32b1697539ff00a444 (patch) | |
tree | 161d6a96db412924cad70c5a3cbd2d291572e4ee /xstatic/pkg/__init__.py | |
download | xstatic-d3-43052a70a07b666e3f43af32b1697539ff00a444.tar.gz |
Version 3.1.6 of the D3.js library
Initial version as used by OpenStack's Horizon, packaged
for XStatic.
Diffstat (limited to 'xstatic/pkg/__init__.py')
-rw-r--r-- | xstatic/pkg/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xstatic/pkg/__init__.py b/xstatic/pkg/__init__.py new file mode 100644 index 0000000..de40ea7 --- /dev/null +++ b/xstatic/pkg/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) |