-#!/usr/bin/env python
+#!/usr/bin/env python3
import os
import sys
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Script to generally cleanup old records in the database.
#
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Script to fetch content from RSS feeds into the db for publishing.
#
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Script to send daily moderation report to the NOTIFICATION_EMAIL address
# (the moderators list)
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Script to post previosly unposted news to twitter
#
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Script to register twitter oauth privileges
#
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# This script generates a crypto key that can be used for
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# This script generates a URL valid for a test authentication,
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Script to load documentation from tarballs
-#!/usr/bin/python
+#!/usr/bin/env python3
#
# spider_ftp.py - spider the ftp site and generate an output file with all
-#!/usr/bin/env python
+#!/usr/bin/env python3
import argparse
import sys
import os
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# localhtmlvalidate.py - validate local HTML for pgweb
#
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# This hook script is run by gitdeployer when the code is
# deployed to a server. figure out which templates have been
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from lib.log import log
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from lib.log import log
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from lib.log import log
-#!/usr/bin/env python
+#!/usr/bin/env python3
import sys
import psycopg2
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# varnish_queue.py - handle varnish purging queues
#