Moved submission module into benchmark module

This commit is contained in:
2018-08-10 10:35:05 +02:00
parent 0e1d2810fe
commit 1defd9395a
7 changed files with 1 additions and 1 deletions

View File

@@ -843,7 +843,7 @@ class BENCHMARK_OT_share(bpy.types.Operator):
bl_label = "Share Benchmark Result"
def execute(self, context):
import submission
from benchmark import submission
make_buttons_default()
print('Submitting benchmark')