Rename command objects by inserting an underscore between the version part
[pykickstart.git] / pykickstart / commands / mouse.py
blob039733dfa70f2b3350e00c71d2d659a3f25f311c
2 # Chris Lumens <clumens@redhat.com>
4 # Copyright 2005, 2006, 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 *
15 class FC3_Mouse(DeprecatedCommand):
16 def __init__(self):
17 DeprecatedCommand.__init__(self)