From f1a0524e2616b44c418bd2e77b4ecc00a793120a Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Tue, 25 Mar 2008 15:02:54 +0100 Subject: Added hpaned between category and package --- portato/gui/session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/gui/session.py') diff --git a/portato/gui/session.py b/portato/gui/session.py index e356fbd..1e3d759 100644 --- a/portato/gui/session.py +++ b/portato/gui/session.py @@ -14,7 +14,7 @@ from ..helper import _, debug # the current version for saved sessions # change this, whenever the change is incompatible with previous versions -SESSION_VERSION = 1 +SESSION_VERSION = 2 class SessionException (Exception): -- cgit v1.2.3-54-g00ecf