From 26b4d7b4251d7cab806e54920089bc2737d9e73e Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Mon, 30 Jan 2012 10:06:41 -0600 Subject: [PATCH] minor typo --- VERSION | 2 +- gluon/widget.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 201af844..276eb4a4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.4 (2012-01-29 23:26:39) stable +Version 1.99.4 (2012-01-30 10:04:58) stable diff --git a/gluon/widget.py b/gluon/widget.py index 492e5440..4baed549 100644 --- a/gluon/widget.py +++ b/gluon/widget.py @@ -1,4 +1,4 @@ -#!/-usr/bin/env python +#!/usr/bin/env python # -*- coding: utf-8 -*- """