From a96791f54721f8af95358b28d16d01b93ae7b1b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 5 Nov 2009 13:18:18 +0100 Subject: Add atom wrapper, which does nothing atm --- portato/backend/portage/atom.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 portato/backend/portage/atom.py (limited to 'portato') diff --git a/portato/backend/portage/atom.py b/portato/backend/portage/atom.py new file mode 100644 index 0000000..78ec02e --- /dev/null +++ b/portato/backend/portage/atom.py @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- +# +# File: portato/backend/portage/atom.py +# This file is part of the Portato-Project, a graphical portage-frontend. +# +# Copyright (C) 2006-2009 René 'Necoro' Neumann +# This is free software. You may redistribute copies of it under the terms of +# the GNU General Public License version 2. +# There is NO WARRANTY, to the extent permitted by law. +# +# Written by René 'Necoro' Neumann + +from portage.dep import Atom + +class PortageAtom (Atom): + pass -- cgit v1.2.3