You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 10:37:41 UTC

svn commit: r1132072 - /incubator/mesos/trunk/ec2/mesos_ec2.py

Author: benh
Date: Sun Jun  5 08:37:41 2011
New Revision: 1132072

URL: http://svn.apache.org/viewvc?rev=1132072&view=rev
Log:
Removed unneeded import

Modified:
    incubator/mesos/trunk/ec2/mesos_ec2.py

Modified: incubator/mesos/trunk/ec2/mesos_ec2.py
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/ec2/mesos_ec2.py?rev=1132072&r1=1132071&r2=1132072&view=diff
==============================================================================
--- incubator/mesos/trunk/ec2/mesos_ec2.py (original)
+++ incubator/mesos/trunk/ec2/mesos_ec2.py Sun Jun  5 08:37:41 2011
@@ -8,7 +8,6 @@ import os
 import subprocess
 import sys
 import time
-import traceback
 from optparse import OptionParser
 from sys import stderr
 from tempfile import NamedTemporaryFile