python-packages.nix: remove trace message

The attribute

  builtins.trace "beatifulsoap is a typo" beautifulsoup;

looked like it was checked in by accident.
This commit is contained in:
Peter Simons 2012-09-13 14:53:54 +02:00
parent 86cdcbc56d
commit f16a0e8c12

View File

@ -213,8 +213,6 @@ let pythonPackages = python.modules // rec {
description = "Undemanding HTML/XML parser";
};
});
beautifulsoap = builtins.trace "beatifulsoap is a typo" beautifulsoup;
# euca2ools (and maybe Nova) needs boto 1.9, 2.0 doesn't work.
boto_1_9 = buildPythonPackage (rec {