Renamed modpol/modpol directory to modpol_core for clarity and consistency

This commit is contained in:
Nathan Schneider
2021-12-18 14:50:41 -07:00
parent bd95fcf811
commit c2852b1bce
32 changed files with 6 additions and 8 deletions

@@ -1,4 +1,4 @@
dofile("modpol/modpol.lua")
dofile("modpol_core/modpol.lua")
print("Log in as which user?")
local username = io.read()