diff create_feeds_db.tcl @ 262:416642f28d1e

Rename util_convert.tcl to utillib.tcl
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 23 Jan 2015 10:02:11 +0200
parents 089b59f94067
children 1255d524a919
line wrap: on
line diff
--- a/create_feeds_db.tcl	Fri Jan 23 09:47:35 2015 +0200
+++ b/create_feeds_db.tcl	Fri Jan 23 10:02:11 2015 +0200
@@ -5,7 +5,7 @@
 # (C) Copyright 2013 Tecnic Software productions (TNSP)
 #
 package require sqlite3
-source [file dirname [info script]]/util_convert.tcl
+source [file dirname [info script]]/utillib.tcl
 
 ### Check commandline arguments
 if {$argc < 1} {