Add support for F8. Move DEVEL version along to the latest.
[pykickstart.git] / pykickstart / handlers / f8.py
blob7c737962e4aff92dba982b2e69034d7446cbe495
2 # Chris Lumens <clumens@redhat.com>
4 # Copyright 2007 Red Hat, Inc.
6 # This software may be freely redistributed under the terms of the GNU
7 # general public license.
9 # You should have received a copy of the GNU General Public License
10 # along with this program; if not, write to the Free Software
11 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
13 from pykickstart.base import *
14 from pykickstart.version import *
16 class F8Handler(BaseHandler):
17 version = F8