diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-09-08 13:23:26 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-09-08 13:23:26 -0400 |
commit | 41a4c4b426f82359f91679b3051d689c93314ea4 (patch) | |
tree | 6fc973f4f11799f25565dcb428ee347bb7717837 | |
parent | 321a2e69b5ab89ebf3e2d6b711b2a21126b28ff8 (diff) |
removed change to Mason.pm as not needed.
-rw-r--r-- | FS/FS/Mason.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index f50192c13..60e377953 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -266,7 +266,6 @@ if ( -e $addl_handler_use_file ) { use FS::cust_category; use FS::prospect_main; use FS::contact; - use FS::contact::Import; use FS::phone_type; use FS::svc_pbx; use FS::discount; |