mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-22 03:04:09 -04:00
git-svn-id: https://pysolfc.svn.sourceforge.net/svnroot/pysolfc/PySolFC/trunk@86 39dd0a4e-7c14-0410-91b3-c4f2d318f732
6 lines
189 B
Tcl
6 lines
189 B
Tcl
# Package index for tile demo pixmap themes.
|
|
|
|
if {[file isdirectory [file join $dir blue]]} {
|
|
package ifneeded tile::theme::blue 0.7 \
|
|
[list source [file join $dir blue.tcl]]
|
|
}
|