try to avoid races again (cf. 8c37cb84065f and fd3a36e48b09);
(* Title: HOL/Import/HOL_Light_Import.thy
Author: Cezary Kaliszyk, University of Innsbruck
Author: Alexander Krauss, QAware GmbH
*)
header {* Main HOL Light importer *}
theory HOL_Light_Import
imports HOL_Light_Maps
begin
import_file "$HOL_LIGHT_BUNDLE"
end