fixed file headers

master
joric 2018-01-24 09:49:40 +05:00
parent 88ddcf24ab
commit bd54992a1d
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#!/bin/python3
# by Joric, http://github.com/joric/io_scene_b3d
#!/usr/bin/python3
# by Joric, https://github.com/joric/io_scene_b3d
import os
import struct

View File

@ -1,5 +1,5 @@
#!/bin/python3
# by Joric, http://github.com/joric/io_scene_b3d
#!/usr/bin/python3
# by Joric, https://github.com/joric/io_scene_b3d
try:
from B3DParser import *