916 |
916 |
917 ####################################################################### |
917 ####################################################################### |
918 ## Dependency tree handling methods below |
918 ## Dependency tree handling methods below |
919 ####################################################################### |
919 ####################################################################### |
920 |
920 |
921 def getDependecyTree(self, envName, localPackages=True, usersite=False, |
921 def getDependencyTree(self, envName, localPackages=True, usersite=False, |
922 reverse=False): |
922 reverse=False): |
923 """ |
923 """ |
924 Public method to get the dependency tree of installed packages. |
924 Public method to get the dependency tree of installed packages. |
925 |
925 |
926 @param envName name of the environment to get the packages for |
926 @param envName name of the environment to get the packages for |
927 @type str |
927 @type str |