Statistics
| Branch: | Tag: | Revision:

root / lib / storage / __init__.py @ 688b5752

History | View | Annotate | Download (794 Bytes)

1 ce9283c1 Thomas Thrainer
#
2 ce9283c1 Thomas Thrainer
#
3 ce9283c1 Thomas Thrainer
4 ce9283c1 Thomas Thrainer
# Copyright (C) 2006, 2007, 2008 Google Inc.
5 ce9283c1 Thomas Thrainer
#
6 ce9283c1 Thomas Thrainer
# This program is free software; you can redistribute it and/or modify
7 ce9283c1 Thomas Thrainer
# it under the terms of the GNU General Public License as published by
8 ce9283c1 Thomas Thrainer
# the Free Software Foundation; either version 2 of the License, or
9 ce9283c1 Thomas Thrainer
# (at your option) any later version.
10 ce9283c1 Thomas Thrainer
#
11 ce9283c1 Thomas Thrainer
# This program is distributed in the hope that it will be useful, but
12 ce9283c1 Thomas Thrainer
# WITHOUT ANY WARRANTY; without even the implied warranty of
13 ce9283c1 Thomas Thrainer
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 ce9283c1 Thomas Thrainer
# General Public License for more details.
15 ce9283c1 Thomas Thrainer
#
16 ce9283c1 Thomas Thrainer
# You should have received a copy of the GNU General Public License
17 ce9283c1 Thomas Thrainer
# along with this program; if not, write to the Free Software
18 ce9283c1 Thomas Thrainer
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19 ce9283c1 Thomas Thrainer
# 02110-1301, USA.
20 ce9283c1 Thomas Thrainer
21 ce9283c1 Thomas Thrainer
22 ce9283c1 Thomas Thrainer
"""Block device abstraction
23 ce9283c1 Thomas Thrainer

24 ce9283c1 Thomas Thrainer
"""