diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-05-21 20:00:14 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-05-21 20:01:58 -0400 |
commit | a11fe67bac39409a738d987823ad990bc2a49f6a (patch) | |
tree | 16d38504a106f38e2a9c9f05b7567a2e22ad10f7 /python | |
parent | ab0586e7c5c26167908e1872c8005760446ecab5 (diff) |
Fix files with no newline at the end.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/mmpython/README | 2 | ||||
-rw-r--r-- | python/p4python/slack-desc | 2 | ||||
-rw-r--r-- | python/pygoocanvas/README | 2 | ||||
-rw-r--r-- | python/pygoocanvas/pygoocanvas.info | 2 | ||||
-rw-r--r-- | python/sexy-python/README | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/python/mmpython/README b/python/mmpython/README index c74667cdb9ed..2486f2585a34 100644 --- a/python/mmpython/README +++ b/python/mmpython/README @@ -3,4 +3,4 @@ from mp3, ogg, avi, jpg, tiff and other file formats. Among others it thereby parses ID3v2, ID3v1, EXIF, IPTC and Vorbis data into an object oriented struture. -Requires lsdvd and PyXML.
\ No newline at end of file +Requires lsdvd and PyXML. diff --git a/python/p4python/slack-desc b/python/p4python/slack-desc index bd8178683875..39cab6645c64 100644 --- a/python/p4python/slack-desc +++ b/python/p4python/slack-desc @@ -16,4 +16,4 @@ p4python: p4python: p4python: p4python: -p4python:
\ No newline at end of file +p4python: diff --git a/python/pygoocanvas/README b/python/pygoocanvas/README index aa2e203640cc..f9ce10b7411b 100644 --- a/python/pygoocanvas/README +++ b/python/pygoocanvas/README @@ -3,4 +3,4 @@ PyGoocanvas are the python bindings for GooCanvas which is a canvas widget for G Requirements: python (included in slackware) pygtk (included in slackware) -goocanvas (found on slackbuilds)
\ No newline at end of file +goocanvas (found on slackbuilds) diff --git a/python/pygoocanvas/pygoocanvas.info b/python/pygoocanvas/pygoocanvas.info index b4c067e87703..7e4a6d3f9090 100644 --- a/python/pygoocanvas/pygoocanvas.info +++ b/python/pygoocanvas/pygoocanvas.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Jonathan Larsen" EMAIL="agentc0re@learnix.net" -APPROVED="dsomero"
\ No newline at end of file +APPROVED="dsomero" diff --git a/python/sexy-python/README b/python/sexy-python/README index d35d497a27e8..e68b68b6d570 100644 --- a/python/sexy-python/README +++ b/python/sexy-python/README @@ -1,3 +1,3 @@ Sexy-python is a set of Python bindings around libsexy. -Requires libsexy available at SlackBuilds.org.
\ No newline at end of file +Requires libsexy available at SlackBuilds.org. |