Revision: 3632
Author: pekka.klarck
Date: Fri May 28 04:17:47 2010
Log: rm empty lines
http://code.google.com/p/robotframework/source/detail?r=3632
Modified:
/trunk/src/robot/utils/stoppablethread.py
=======================================
--- /trunk/src/robot/utils/stoppablethread.py Tue Mar 23 04:15:41 2010
+++ /trunk/src/robot/utils/stoppablethread.py Fri May 28 04:17:47 2010
@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-
import sys
import threading
@@ -60,4 +59,3 @@
if why == 'line':
raise SystemExit()
return self._localtrace
-