diff options
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/timemodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/timemodule.c b/Modules/timemodule.c index ba2b700..9d441b2 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -302,7 +302,7 @@ ins(d, name, v) void inittime() { - object *m, *d, *v; + object *m, *d; m = initmodule("time", time_methods); d = getmoduledict(m); #ifdef HAVE_TZNAME |