aboutsummaryrefslogtreecommitdiffstats
path: root/_better_theme/__init__.py
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2014-12-30 03:42:27 +0100
committerbnewbold <bnewbold@robocracy.org>2014-12-30 03:42:27 +0100
commit7131d99df20e1c2546452124ee52a95fa3ace97b (patch)
tree2f5448956c49fccec186c85204e0f5bb6af9905e /_better_theme/__init__.py
parentf567b9c01512162fa0d9c03719bcfb95068cbe76 (diff)
downloadfpga-lube-7131d99df20e1c2546452124ee52a95fa3ace97b.tar.gz
fpga-lube-7131d99df20e1c2546452124ee52a95fa3ace97b.zip
'better' theme
Diffstat (limited to '_better_theme/__init__.py')
-rw-r--r--_better_theme/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/_better_theme/__init__.py b/_better_theme/__init__.py
new file mode 100644
index 0000000..010d4ac
--- /dev/null
+++ b/_better_theme/__init__.py
@@ -0,0 +1,3 @@
+import os
+better_theme_path = os.path.split(os.path.dirname(__file__))[0]
+__version__ = '0.1.5'