Commit 58440c29 authored by rennoch's avatar rennoch
Browse files

removal of Project reference in import statement

parent 8168b32f
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -18,10 +18,7 @@ module AtsNIT_SipSip_Testcases {
	import from LibSip_SIPTypesAndValues all;
	import from LibSip_Interface all;
	//LibIms
	import from LibIms_Interface {type ImsComponent;}
	with {
		extension "Project:LibIms"
	}
	import from LibIms_Interface all;
	
	import from AtsNIT_SipSip_PIXITS all;
	import from AtsNIT_SipSip_BC_TCFunctions all;