This website requires JavaScript.
Explore
Help
Register
Sign in
kevinheyer
/
bootstrap-vz
Watch
1
Star
0
Fork
You've already forked bootstrap-vz
0
mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced
2025-08-24 15:36:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
411578a498
bootstrap-vz
/
bootstrapvz
/
common
/
tasks
/
__init__.py
4 lines
96 B
Python
Raw
Normal View
History
Unescape
Escape
Add `assets' variable to task __init__ files
2013-12-29 23:21:50 +01:00
import
os
.
path
assets
=
os
.
path
.
normpath
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
)
,
'
../assets
'
)
)
Reference in a new issue
Copy permalink