Commit ac0b7048 authored by Sergio Poppi's avatar Sergio Poppi
Browse files

deleted PyLocalOscillator/object from repo

parent e5b8d753
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
PYTHON MODULE = LocalOscillatorImpl
# Dependency file for module: LocalOscillatorImpl
# Created automatically by vltMakePythonModDependencies -  15.10.15 10:59:50
# DO NOT EDIT THIS FILE
../object/LocalOscillatorImpl.dpms: Makefile

../lib/python/site-packages/LocalOscillatorImpl.py: LocalOscillatorImpl.py Makefile
	@echo "== Making python module: ../lib/python/site-packages/LocalOscillatorImpl.py" 
	$(AT)vltMakePythonModule LocalOscillatorImpl 
+0 −9
Original line number Diff line number Diff line
# Dependency file for module: LocalOscillatorImpl
# Created automatically by vltMakePythonPackDependencies -  28.10.15 12:15:51
# DO NOT EDIT THIS FILE
../object/LocalOscillatorImpl.dpps: Makefile

../lib/python/site-packages/LocalOscillatorImpl: $(shell find LocalOscillatorImpl  -type f | grep -v  '\/CVS\/') Makefile
	@echo "== Making python package: ../lib/python/site-packages/LocalOscillatorImpl" 
	$(AT)vltMakePythonPackage LocalOscillatorImpl "$(shell find LocalOscillatorImpl  -type f | grep -v '\/CVS\/') "
	$(AT)touch ../lib/python/site-packages/LocalOscillatorImpl
+0 −9
Original line number Diff line number Diff line
# Dependency file for Errors&Logs index files
# Created automatically by vltMakeIndexFilesDependencies -  28.10.15 12:15:51
# DO NOT EDIT THIS FILE

do_ERRORS:
	-$(AT)echo ""

do_LOGS:
	-$(AT)echo ""
+1 −2
Original line number Diff line number Diff line
@@ -65,7 +65,6 @@ from LocalOscillatorImpl.devios import amplitudeDevIO,frequencyDevIO,isLockedDev
import Receivers
import ComponentErrorsImpl
import ComponentErrors
import DerotatorErrors
 
class LocalOscillator(Receivers__POA.LocalOscillator, CharacteristicComponent, ContainerServices, ComponentLifecycle):