This website requires JavaScript.
Explore
Help
Sign In
lordwelch
/
comictagger
Watch
1
Star
0
Fork
0
You've already forked comictagger
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
comictagger
/
comictagger.py
6 lines
102 B
Python
Raw
Normal View
History
Unescape
Escape
use env command to launch python git-svn-id: http://comictagger.googlecode.com/svn/trunk@528 6c5673fe-1810-88d6-992b-cd32ca31540c
2013-02-24 19:04:43 +00:00
#!/usr/bin/env python
back to "ctmain" git-svn-id: http://comictagger.googlecode.com/svn/trunk@508 6c5673fe-1810-88d6-992b-cd32ca31540c
2013-02-15 00:23:54 +00:00
from
comictaggerlib
.
main
import
ctmain
restructure - almost there! git-svn-id: http://comictagger.googlecode.com/svn/trunk@452 6c5673fe-1810-88d6-992b-cd32ca31540c
2013-02-07 01:12:49 +00:00
back to "ctmain" git-svn-id: http://comictagger.googlecode.com/svn/trunk@508 6c5673fe-1810-88d6-992b-cd32ca31540c
2013-02-15 00:23:54 +00:00
if
__name__
==
'
__main__
'
:
Indentation Replaced tabs with spaces, and removed some trailing spaces.
2015-02-12 23:57:46 +01:00
ctmain
(
)
Copy Permalink