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

Clear out unnecessary imports.

parent 38c6eaae
No related branches found
No related tags found
No related merge requests found
...@@ -17,17 +17,12 @@ ...@@ -17,17 +17,12 @@
# ##### END GPL LICENSE BLOCK ##### # ##### END GPL LICENSE BLOCK #####
import imp import imp
import xmlrpc.client
import math
import sys
import traceback
from os.path import join from os.path import join
import bpy import bpy
from .ore_session import OreSession from .ore_session import OreSession
from .exceptions import LoginFailedException
def _write_credentials(hash, user): def _write_credentials(hash, user):
with open(join(bpy.utils.user_resource('CONFIG', 'rffi', True), 'rffi_credentials.py'), 'w') as pwfile: 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.
Finish editing this message first!
Please register or to comment