diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-01-19 21:45:48 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-01-19 21:45:48 +0100 |
| commit | fd999c8a37487c13e05659f255c1c25850846e4b (patch) | |
| tree | dd636cf7545edc28946a57ec197549ce3a0e4bd2 /package/python-pydal | |
| parent | 628ee06f07821803f6c70207bbdfb51db609aa49 (diff) | |
| download | buildroot-fd999c8a37487c13e05659f255c1c25850846e4b.tar.gz buildroot-fd999c8a37487c13e05659f255c1c25850846e4b.zip | |
python-pydal: remove useless empty newline
There is an empty newline between the "help" keyword, and the help
text, which we don't normally do in Buildroot. This commit gets rid of
this useless empty newline.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-pydal')
| -rw-r--r-- | package/python-pydal/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/python-pydal/Config.in b/package/python-pydal/Config.in index 9aa16f5719..f1c97f91a0 100644 --- a/package/python-pydal/Config.in +++ b/package/python-pydal/Config.in @@ -1,7 +1,6 @@ config BR2_PACKAGE_PYTHON_PYDAL bool python-pydal help - pyDAL is a pure Python Database Abstraction Layer. It dynamically generates the SQL in real time using the specified dialect for the database back end, so that you do |

