renamed motion to movements because of conflict

This commit is contained in:
2018-06-04 10:10:50 +02:00
parent 5bd50de06e
commit cdd79392fd
6 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
import argparse
from motion import NaoMover
from movements import NaoMover
from utils import read_config
if __name__ == "__main__":