lightweight build structure 33/5833/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Thu, 1 Feb 2018 18:13:07 +0000 (19:13 +0100)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Thu, 1 Feb 2018 18:13:07 +0000 (19:13 +0100)
commit0aef0dbb3c8b50426f31812e7f386dc9188823d2
treeb2ed67380db1142d9540c7f89c966edec4cd1e93
parent204e39e475d59271fb240234c16169b2ccc6231f
lightweight build structure

Change-Id: I7a04acdd31dd6ce97546fd762c3c5d550387806d
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
15 files changed:
lcm/ROclient.py [deleted file]
lcm/dbbase.py [deleted file]
lcm/dbmemory.py [deleted file]
lcm/lcm.py [deleted file]
lcm/osm_common/__init__.py [new file with mode: 0644]
lcm/osm_common/dbbase.py [new file with mode: 0644]
lcm/osm_common/dbmemory.py [new file with mode: 0644]
lcm/osm_common/dbmongo.py [new file with mode: 0644]
lcm/osm_common/fsbase.py [new file with mode: 0644]
lcm/osm_common/fslocal.py [new file with mode: 0644]
lcm/osm_common/msgbase.py [new file with mode: 0644]
lcm/osm_common/msglocal.py [new file with mode: 0644]
lcm/osm_lcm/ROclient.py [new file with mode: 0644]
lcm/osm_lcm/lcm.cfg [new file with mode: 0644]
lcm/osm_lcm/lcm.py [new file with mode: 0644]