diff --git a/emulator.py b/llvm_emulator/emulator.py similarity index 93% rename from emulator.py rename to llvm_emulator/emulator.py index 1138752..a309b6a 100755 --- a/emulator.py +++ b/llvm_emulator/emulator.py @@ -11,8 +11,7 @@ This module is the one that should be run, e.g.:: import argparse -import llvm_emulator.stepper as stepper -import llvm_emulator.parser as parser +from llvm_emulator import stepper, parser def main():