diff fetch_feeds.tcl @ 422:880a07485275

Add utl_ctime() to utillib and use it elsewhere.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 08 Jan 2017 03:52:15 +0200
parents 51c08336d7b1
children 44c9128097cd
line wrap: on
line diff
--- a/fetch_feeds.tcl	Sun Jan 08 01:44:19 2017 +0200
+++ b/fetch_feeds.tcl	Sun Jan 08 03:52:15 2017 +0200
@@ -10,14 +10,15 @@
 # This script is freely distributable under GNU GPL (version 2) license.
 #
 ##############################################################################
-package require sqlite3
-source [file dirname [info script]]/utillib.tcl
 
 ### The configuration should be in config.feeds in same directory
 ### as this script. Or change the line below to point where ever
 ### you wish. See "config.feeds.example" for an example config file.
 source [file dirname [info script]]/config.feeds
 
+### Required utillib.tcl
+source [file dirname [info script]]/utillib.tcl
+
 
 ##############################################################################