summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/convert_list7
1 files changed, 3 insertions, 4 deletions
diff --git a/bin/convert_list b/bin/convert_list
index 648514068..07797a153 100755
--- a/bin/convert_list
+++ b/bin/convert_list
@@ -1,4 +1,5 @@
-#!/usr/local/bin/python
+#! /usr/bin/env python
+#
# Copyright (C) 1998 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
@@ -23,9 +24,7 @@
# like majordomo may throw in. For now, you just have to remove them manually.
import sys, os, crypt, string
-
-sys.path.append('/home/mailman/mailman/modules')
-
+import paths # path hacking
import maillist, mm_utils, mm_message, mm_cfg