summaryrefslogtreecommitdiff
path: root/sandbox/scheduler.py
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/scheduler.py')
-rw-r--r--sandbox/scheduler.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/sandbox/scheduler.py b/sandbox/scheduler.py
index 39740eb..62794d5 100644
--- a/sandbox/scheduler.py
+++ b/sandbox/scheduler.py
@@ -1,11 +1,12 @@
+# -*- coding: utf-8 -*-
"""
Copyright (c) 2003-2005 Gustavo Niemeyer <gustavo@niemeyer.net>
-This module offers extensions to the standard python 2.3+
+This module offers extensions to the standard Python
datetime module.
"""
-__author__ = "Gustavo Niemeyer <gustavo@niemeyer.net>"
-__license__ = "PSF License"
+__author__ = "Tomi Pieviläinen <tomi.pievilainen@iki.fi>"
+__license__ = "Simplified BSD"
import datetime
import _thread