Patch for Bug #227013 - /boot not mounted
[moblin-image-creator.eeepc.git] / libs / moblin_pkg.py
blob87c3e8740f0ce9a55cabd2e1e63ba7dca219af32
1 #!/usr/bin/python -tt
2 # vim: ai ts=4 sts=4 et sw=4
4 """The purpose of this library is to be the one library that needs to be
5 imported in order to have access to the package manager handling functions."""
8 # Copyright (c) 2007 Intel Corporation
10 # This program is free software; you can redistribute it and/or modify it
11 # under the terms of the GNU General Public License as published by the Free
12 # Software Foundation; version 2 of the License
14 # This program is distributed in the hope that it will be useful, but
15 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
16 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 # for more details.
19 # You should have received a copy of the GNU General Public License along
20 # with this program; if not, write to the Free Software Foundation, Inc., 59
21 # Temple Place - Suite 330, Boston, MA 02111-1307, USA.
24 from moblin_pkgbase import *
25 from moblin_apt import *
26 from moblin_yum import *