mcdelta-project / mcdelta-python

MCDelta client written in Python
GNU General Public License v3.0
3 stars 3 forks source link

Split code up into multiple files #23

Closed williambl closed 8 years ago

williambl commented 8 years ago

When I tried to do it, it threw errors :/

Valiec commented 8 years ago

What exactly do you mean by multiple sections? Multiple Python files, organizing it within the same file, or something else entirely?

williambl commented 8 years ago

Sorry, should have made it more clear. I meant multiple files.

Valiec commented 8 years ago

Hello again, I was busy with EndPlus development for some time there, but I'm back now. I've split the source into multiple files. Since this is a very large change, I am pushing it as a new branch.

Edit: Oops! It crashes on upgrading.

Edit 2: Fixed!

williambl commented 8 years ago

Thanks! I'll check it out.

Valiec commented 8 years ago

Apparently it didn't push right. I'll have it up in a bit.

Edit: I pushed master (which had no changes), not splitfiles. Correct branch has now been pushed.

williambl commented 8 years ago

Thanks.