Skip to content

Commit

Permalink
organise imports
Browse files Browse the repository at this point in the history
paroj committed Mar 3, 2024
1 parent 3702dd5 commit 561a3cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ogre_mesh_viewer.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#!/usr/bin/env python

import os.path
import time

import tkinter as tk
from tkinter import filedialog

import Ogre
import Ogre.RTShader as OgreRTShader
import Ogre.Bites as OgreBites
import Ogre.Overlay

import Ogre.ImGui as ImGui

import os.path
import time

import tkinter as tk
from tkinter import filedialog

RGN_MESHVIEWER = "OgreMeshViewer"
RGN_USERDATA = "UserData"

0 comments on commit 561a3cc

Please sign in to comment.