Skip to content
Snippets Groups Projects
Commit 6c41390f authored by Nathan Letwory's avatar Nathan Letwory
Browse files

Clear out unnecessary imports.

parent 38c6eaae
Branches
Tags
No related merge requests found
......@@ -17,17 +17,12 @@
# ##### END GPL LICENSE BLOCK #####
import imp
import xmlrpc.client
import math
import sys
import traceback
from os.path import join
import bpy
from .ore_session import OreSession
from .exceptions import LoginFailedException
def _write_credentials(hash, user):
with open(join(bpy.utils.user_resource('CONFIG', 'rffi', True), 'rffi_credentials.py'), 'w') as pwfile:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment