[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 1/1] The f12 hander class should be called F12Handler.
- From: Joel Granados Moreno <jgranado redhat com>
- To: anaconda-devel-list redhat com
- Subject: [PATCH 1/1] The f12 hander class should be called F12Handler.
- Date: Tue, 16 Jun 2009 16:53:21 +0200
---
pykickstart/handlers/f12.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pykickstart/handlers/f12.py b/pykickstart/handlers/f12.py
index 4a66a16..cea3ece 100644
--- a/pykickstart/handlers/f12.py
+++ b/pykickstart/handlers/f12.py
@@ -20,5 +20,5 @@
from pykickstart.base import *
from pykickstart.version import *
-class F11Handler(BaseHandler):
+class F12Handler(BaseHandler):
version = F12
--
1.6.0.6
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]