From b31bfdaaf515858a6d4a0729716ee1a106c9f271 Mon Sep 17 00:00:00 2001 From: Massimo Date: Wed, 24 Oct 2012 16:04:32 -0500 Subject: [PATCH] fixed missing sys in languages --- VERSION | 2 +- gluon/languages.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 545705e2..289773b4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.2.1 (2012-10-23 11:29:56) stable +Version 2.2.1 (2012-10-24 16:04:05) stable diff --git a/gluon/languages.py b/gluon/languages.py index 35474e4c..7a66839a 100644 --- a/gluon/languages.py +++ b/gluon/languages.py @@ -12,6 +12,7 @@ Plural subsystem is created by Vladyslav Kozlovskyy (Ukraine) import os import re +import sys import pkgutil import logging import marshal