Bug 908296 - Touch virtualenv file to force psutil rebuild; r=bustage

This commit is contained in:
Gregory Szorc 2013-08-23 00:40:45 -07:00
parent d2fd847009
commit 70f2b2b29d

View File

@ -5,7 +5,7 @@
# This file contains code for populating the virtualenv environment for
# Mozilla's build system. It is typically called as part of configure.
from __future__ import print_function, unicode_literals, with_statement
from __future__ import print_function, unicode_literals
import distutils.sysconfig
import os