blob: 2a06422430e073b5a350a2e1a2d5d5bdfa0512b5 [file] [log] [blame]
# test_grabDict.py -- Portage Unit Testing Functionality
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
from portage.tests import TestCase
from portage.util import grabdict
class GrabDictTestCase(TestCase):
def testGrabDictPass(self):
pass