Skip to content

Commit f3ddca9

Browse files
committed
fixes #6
1 parent 1656d59 commit f3ddca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlucide/icons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__all__ = ['spritesheet','combined']
55

6-
spritesheet = SvgSprites()
6+
spritesheet = SvgSprites('lc-')
77

88
def __getattr__(nm):
99
if nm.startswith('_'): raise AttributeError()

0 commit comments

Comments
 (0)