From 2127ff1f6fe0ce6461256e1ea9bc7fa6e35eb44b Mon Sep 17 00:00:00 2001 From: Waverunner Date: Wed, 16 Apr 2014 17:57:15 -0400 Subject: [PATCH] Removed import in GroupChat and PlanetChat scripts --- scripts/commands/groupchat.py | 1 - scripts/commands/planetchat.py | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/commands/groupchat.py b/scripts/commands/groupchat.py index cce1a9ff..03a6ed26 100644 --- a/scripts/commands/groupchat.py +++ b/scripts/commands/groupchat.py @@ -1,4 +1,3 @@ -from main import NGECore import sys def setup(): diff --git a/scripts/commands/planetchat.py b/scripts/commands/planetchat.py index 04a9de62..827fef78 100644 --- a/scripts/commands/planetchat.py +++ b/scripts/commands/planetchat.py @@ -1,4 +1,3 @@ -from main import NGECore import sys def setup():