configs: Remove Python 2 compatibility code in Arm configs
[gem5.git] / configs / example / arm / starter_se.py
index 8b1dbd2a0f05101b4d6a1f497f95852de062ee86..23da8e7917c4e72e99cbb62afffe292327affa6f 100644 (file)
@@ -38,9 +38,6 @@ Research Starter Kit on System Modeling. More information can be found
 at: http://www.arm.com/ResearchEnablement/SystemModeling
 """
 
-from __future__ import print_function
-from __future__ import absolute_import
-
 import os
 import m5
 from m5.util import addToPath