You can import old scripts form VNL 2008 if you include these two lines at the beginning of your script (the new version will check for these two lines and recognize the file format):
from ATK.KohnSham import *
from ATK.TwoProbe import *
Drag and Drop your file directly from the Project Files list to the Builder or Viewer.
You will see that it still not properly imported due to some particular keywords that are present in your script.
Still, you are able extract the three regions (device+electrodes) from the builder using the Split device tool (http://www.quantumwise.com/documents/tutorials/latest/BuilderManual/index.html/chap.plugins.html#sect1.plugins.toolbar), play around a bit and reconstruct your device. :)
Please, check the attachment.
Another solution is to simply open you old script and adapt your old TwoProbeConfiguration to the new DeviceConfiguration class following the Manual
http://www.quantumwise.com/documents/manuals/latest/ReferenceManual/index.html/ref.deviceconfiguration.html
(http://www.quantumwise.com/documents/manuals/latest/ReferenceManual/index.html/ref.deviceconfiguration.html)