Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms-test-suite:master commit in: PMSTestSuite/pm/
Date: Tue, 31 May 2011 12:14:47
Message-Id: 2b9753789b6c7bd44347cec9721c7ce39c8f8515.mgorny@gentoo
1 commit: 2b9753789b6c7bd44347cec9721c7ce39c8f8515
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 11:31:41 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 11:31:41 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms-test-suite.git;a=commit;h=2b975378
7
8 PMSTestSuite.pm.portage -> portagepm to avoid namespace collision.
9
10 ---
11 PMSTestSuite/pm/__init__.py | 2 +-
12 PMSTestSuite/pm/{portage.py => portagepm.py} | 0
13 2 files changed, 1 insertions(+), 1 deletions(-)
14
15 diff --git a/PMSTestSuite/pm/__init__.py b/PMSTestSuite/pm/__init__.py
16 index 9a2d5ed..d3bd434 100644
17 --- a/PMSTestSuite/pm/__init__.py
18 +++ b/PMSTestSuite/pm/__init__.py
19 @@ -74,7 +74,7 @@ class PackageManager(object):
20 def get_package_managers():
21 """ Return the list of supported Package Managers. """
22
23 - from PMSTestSuite.pm.portage import PortagePM
24 + from PMSTestSuite.pm.portagepm import PortagePM
25
26 class PMWrapper(object):
27 """ A wrapper class which stringifies into a name of particular PM. """
28
29 diff --git a/PMSTestSuite/pm/portage.py b/PMSTestSuite/pm/portagepm.py
30 similarity index 100%
31 rename from PMSTestSuite/pm/portage.py
32 rename to PMSTestSuite/pm/portagepm.py