aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pelican/pelican-themes
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-06-14 19:09:33 +0300
committerprspkt <prspkt@protonmail.com>2019-06-14 19:35:43 +0300
commit3ab42e8f340a658b2ddcbfc754524f43036f7bb3 (patch)
tree48a1d8cfb75223422c51ebccaaddf51ad4bff3ce /testing/pelican/pelican-themes
parentfddab0c7e5919d8093ded0dae882a6896ada7433 (diff)
downloadaports-3ab42e8f340a658b2ddcbfc754524f43036f7bb3.tar.bz2
aports-3ab42e8f340a658b2ddcbfc754524f43036f7bb3.tar.xz
testing/py-pelican: drop python2
* Remove version specific pelican scripts.
Diffstat (limited to 'testing/pelican/pelican-themes')
-rw-r--r--testing/pelican/pelican-themes11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/pelican/pelican-themes b/testing/pelican/pelican-themes
deleted file mode 100644
index 5b0fbb65dd..0000000000
--- a/testing/pelican/pelican-themes
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env python
-
-# -*- coding: utf-8 -*-
-import re
-import sys
-
-from pelican.tools.pelican_themes import main
-
-if __name__ == '__main__':
- sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
- sys.exit(main())