File: setup.py

package info (click to toggle)
mcomix 1.2.1mcomix3%2Bgit20200206-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 6,604 kB
  • sloc: python: 17,232; xml: 52; sh: 11; makefile: 7
file content (6 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download
1
2
3
4
5
6
# -*- coding: utf-8 -*-

from __future__ import print_function
exit(print('setup.py is not working. Use:\n\npython3 mcomix/mcomixstarter.py "<diretory, archive or image>"\n') or 1)

# vim: expandtab:sw=4:ts=4