diff options
author | Daniel Burrows <dburrows@debian.org> | 2010-04-21 08:27:18 -0700 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2010-04-21 08:27:18 -0700 |
commit | 7306f295deec4e593ff532756050367e6d44ae9d (patch) | |
tree | f4760c4805c193ad4b5950061d4364a2d9cc5d7d /SConstruct | |
parent | 26e75f90d85e6123eca39b122de82ea5c91906e0 (diff) | |
download | aptitude-7306f295deec4e593ff532756050367e6d44ae9d.tar.gz |
Fix a missing import.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ import aptitude_build import os +from aptitude_build import RequireCheck from aptitude_build import TryInclude # A generic environment used to build all aptitude's programs. |