aboutsummaryrefslogtreecommitdiff
path: root/h-client/hlibrary.py
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-05-16 17:38:15 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-05-16 17:38:15 +0000
commitd52fe734102ded012a6481394a9b73f9d0db0e0e (patch)
tree6aef909da3c7ac19381d099951ccf9abb95e625c /h-client/hlibrary.py
parent662b118fcc6daaf7379b681749e2513bf8072134 (diff)
h-client:added other_names entry - part 3
Diffstat (limited to 'h-client/hlibrary.py')
-rw-r--r--h-client/hlibrary.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-client/hlibrary.py b/h-client/hlibrary.py
index f91748d..4a2e22e 100644
--- a/h-client/hlibrary.py
+++ b/h-client/hlibrary.py
@@ -97,7 +97,7 @@ class Device(object):
def setPost(self):
self._post['model'] = self._model
- self._post['other_names'] = self._otherNames
+ self._post['other_names'] = self._otherNames.replace("\n","\r\n")
self._post['kernel'] = self._kernel
self._post['distribution'] = self.createDistroEntry()
self._post['comm_year'] = self._year