aboutsummaryrefslogtreecommitdiffstats
path: root/longbow/src/python/site-packages/longbow/Language_C.py
diff options
context:
space:
mode:
authorMauro Sardara <msardara+fdio@cisco.com>2017-03-27 16:14:17 +0200
committerMauro Sardara <msardara+fdio@cisco.com>2017-03-27 16:14:17 +0200
commit865488d0d442ef188066a3c8b5be331dbe10ac9f (patch)
treed9c5465a712baea22cbf7dcc88b5675f03215c4c /longbow/src/python/site-packages/longbow/Language_C.py
parent4df7f4cc98b6288177df256e1db70ddc3f7d00db (diff)
Adding support for creating DEB and RPM packages
Change-Id: If97fbd6df4e3e82b7e251fa2d3f40d3862d1fcc5 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
Diffstat (limited to 'longbow/src/python/site-packages/longbow/Language_C.py')
-rwxr-xr-xlongbow/src/python/site-packages/longbow/Language_C.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/longbow/src/python/site-packages/longbow/Language_C.py b/longbow/src/python/site-packages/longbow/Language_C.py
index 85183133..1d97a676 100755
--- a/longbow/src/python/site-packages/longbow/Language_C.py
+++ b/longbow/src/python/site-packages/longbow/Language_C.py
@@ -47,8 +47,10 @@ def getLibPathForObject(libraryPath, filename):
return result
class Module:
- '''Represent a C language module.
+ '''
+ Represent a C language module.
A module consists of the file names of the C source, C header file, object file, and an executable file
+ '''
def __init__(self, srcPath, objectDirs=[]):
self.path = self.initialzePath(srcPath)
if not objectDirs: