Revert "python site.py that loads pth files anywhere on PYTHONPATH"

This reverts commit fac80449abd57c271dfb98d392e49e4135dfc50c.

svn path=/nixpkgs/branches/stdenv-updates/; revision=32663
This commit is contained in:
Florian Friesdorf
2012-02-28 00:08:00 +00:00
parent 833023d85a
commit 962e6fb704
3 changed files with 0 additions and 121 deletions

View File

@@ -19,12 +19,6 @@ let pythonPackages = python.modules // rec {
};
site = import ../development/python-modules/site {
inherit (pkgs) stdenv;
inherit python;
};
ipython = import ../shells/ipython {
inherit (pkgs) stdenv fetchurl;
inherit buildPythonPackage pythonPackages;