From 690eb07b2ec7b47424ed0bfc2cf860c88828c3c0 Mon Sep 17 00:00:00 2001 From: desaster Date: Wed, 30 Jun 2010 13:23:53 +0000 Subject: [PATCH] accidentally left 'last' out of the reverted code git-svn-id: https://kippo.googlecode.com/svn/trunk@152 951d7100-d841-11de-b865-b3884708a8e2 --- kippo/commands/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kippo/commands/__init__.py b/kippo/commands/__init__.py index cf40a4b6..6232efa1 100644 --- a/kippo/commands/__init__.py +++ b/kippo/commands/__init__.py @@ -11,4 +11,5 @@ __all__ = [ 'apt', 'dice', 'adduser', + 'last', ]