From d52fe734102ded012a6481394a9b73f9d0db0e0e Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Mon, 16 May 2011 17:38:15 +0000 Subject: h-client:added other_names entry - part 3 --- h-client/hlibrary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'h-client/hlibrary.py') 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 -- cgit v1.2.3